mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
Add entry clone functionality.
This commit is contained in:
parent
7ebee78c75
commit
eb82df5994
8 changed files with 50 additions and 1 deletions
|
@ -334,6 +334,11 @@ void DatabaseTabWidget::createEntry()
|
|||
currentDatabaseWidget()->createEntry();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::cloneEntry()
|
||||
{
|
||||
currentDatabaseWidget()->cloneEntry();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::editEntry()
|
||||
{
|
||||
currentDatabaseWidget()->switchToEntryEdit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue