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

@@ -29,11 +29,10 @@ public:
explicit EntryAttachments(QObject* parent = 0);
QList<QString> keys() const;
QByteArray value(const QString& key) const;
int dataSize(const QString& key);
void set(const QString& key, const QByteArray& value);
void remove(const QString& key);
void clear();
int attachmentsSize();
int attachmentsSize(QList<QByteArray> *foundAttachements);
bool operator==(const EntryAttachments& other) const;
bool operator!=(const EntryAttachments& other) const;
EntryAttachments& operator=(EntryAttachments& other);