Allow removing multiple entries.

This commit is contained in:
Felix Geyer 2013-10-08 21:36:01 +02:00
parent 8778df5789
commit 551637f0c2
3 changed files with 49 additions and 14 deletions

View file

@ -85,7 +85,7 @@ Q_SIGNALS:
public Q_SLOTS:
void createEntry();
void cloneEntry();
void deleteEntry();
void deleteEntries();
void copyUsername();
void copyPassword();
void copyAttribute(QAction* action);