Fix expiry time and bool not being updated.

This commit is contained in:
Florian Geyer
2012-04-17 02:27:38 +02:00
committed by Felix Geyer
parent e1632e8087
commit fc8f1231c6
3 changed files with 22 additions and 2 deletions

View File

@@ -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;