mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-07 06:27:39 +03:00
Add ability to delete entries via gui.
This commit is contained in:
parent
37291d278e
commit
5661f29f7d
6 changed files with 15 additions and 1 deletions
|
@ -268,6 +268,11 @@ void DatabaseTabWidget::editEntry()
|
|||
currentDatabaseWidget()->switchToEntryEdit();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::deleteEntry()
|
||||
{
|
||||
currentDatabaseWidget()->deleteEntry();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createGroup()
|
||||
{
|
||||
currentDatabaseWidget()->createGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue