Improve history limits.

Closes #16
This commit is contained in:
Florian Geyer
2012-05-10 09:56:41 +02:00
parent 8c87a87da6
commit 1a74feb253
6 changed files with 54 additions and 38 deletions

View File

@@ -108,8 +108,7 @@ public:
void setNotes(const QString& notes);
void setExpires(const bool& value);
void setExpiryTime(const QDateTime& dateTime);
int getHistSize();
int getSize();
int getSize(QList<QByteArray>* foundAttachements);
QList<Entry*> historyItems();
const QList<Entry*>& historyItems() const;