mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05: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
|
|
@ -102,6 +102,11 @@ void DatabaseWidget::createEntry()
|
|||
switchToEntryEdit(m_newEntry, true);
|
||||
}
|
||||
|
||||
void DatabaseWidget::deleteEntry()
|
||||
{
|
||||
delete m_entryView->currentEntry();
|
||||
}
|
||||
|
||||
void DatabaseWidget::createGroup()
|
||||
{
|
||||
m_newGroup = new Group();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue