Add entry clone functionality.

This commit is contained in:
Florian Geyer 2012-05-15 21:10:39 +02:00
parent 7ebee78c75
commit eb82df5994
8 changed files with 50 additions and 1 deletions

View file

@ -49,8 +49,10 @@ public:
GroupView* groupView();
EntryView* entryView();
bool dbHasKey();
void cloneEntry();
void deleteEntry();
void deleteGroup();
bool canDeleteCurrentGoup();
int addWidget(QWidget* w);
void setCurrentIndex(int index);