Add ability to delete entries via gui.

This commit is contained in:
Florian Geyer 2012-04-18 20:08:54 +02:00 committed by Felix Geyer
parent 37291d278e
commit 5661f29f7d
6 changed files with 15 additions and 1 deletions

View file

@ -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();