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

@ -268,6 +268,11 @@ void DatabaseTabWidget::editEntry()
currentDatabaseWidget()->switchToEntryEdit();
}
void DatabaseTabWidget::deleteEntry()
{
currentDatabaseWidget()->deleteEntry();
}
void DatabaseTabWidget::createGroup()
{
currentDatabaseWidget()->createGroup();