History items can now be removed.

Refs #23
This commit is contained in:
Florian Geyer
2012-05-18 19:22:22 +02:00
parent e4a5cd214f
commit 4797926be6
7 changed files with 126 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ public:
QList<Entry*> historyItems();
const QList<Entry*>& historyItems() const;
void addHistoryItem(Entry* entry);
void removeHistoryItems(QList<Entry*> historyEntries);
void truncateHistory();
Entry* clone() const;