mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Add entry clone functionality.
This commit is contained in:
parent
7ebee78c75
commit
eb82df5994
8 changed files with 50 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue