Fix expiry time and bool not being updated.
This commit is contained in:
committed by
Felix Geyer
parent
e1632e8087
commit
fc8f1231c6
@@ -89,6 +89,8 @@ public:
|
||||
void setUsername(const QString& username);
|
||||
void setPassword(const QString& password);
|
||||
void setNotes(const QString& notes);
|
||||
void setExpires(const bool& value);
|
||||
void setExpiryTime(const QDateTime& dateTime);
|
||||
|
||||
QList<Entry*> historyItems();
|
||||
const QList<Entry*>& historyItems() const;
|
||||
|
||||
Reference in New Issue
Block a user