Add ability to delete entries via gui.

This commit is contained in:
Florian Geyer 2012-04-18 20:08:54 +02:00 committed by Felix Geyer
parent 37291d278e
commit 5661f29f7d
6 changed files with 15 additions and 1 deletions

View file

@ -38,6 +38,7 @@ public:
GroupView* groupView();
EntryView* entryView();
bool dbHasKey();
void deleteEntry();
Q_SIGNALS:
void closeRequest();