Add ability to delete groups via gui.

This commit is contained in:
Florian Geyer
2012-04-21 19:06:28 +02:00
committed by Felix Geyer
parent 19bacd6737
commit 8467e7756d
11 changed files with 153 additions and 29 deletions

View File

@@ -66,6 +66,7 @@ public Q_SLOTS:
void deleteEntry();
void createGroup();
void editGroup();
void deleteGroup();
Q_SIGNALS:
void entrySelectionChanged(bool singleEntrySelected);