Add ability to delete entries via gui.
This commit is contained in:
committed by
Felix Geyer
parent
37291d278e
commit
5661f29f7d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user