Add ability to delete groups via gui.
This commit is contained in:
committed by
Felix Geyer
parent
19bacd6737
commit
8467e7756d
@@ -302,6 +302,11 @@ void DatabaseTabWidget::editGroup()
|
||||
currentDatabaseWidget()->switchToGroupEdit();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::deleteGroup()
|
||||
{
|
||||
currentDatabaseWidget()->deleteGroup();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::updateTabName(Database* db)
|
||||
{
|
||||
int index = databaseIndex(db);
|
||||
|
||||
Reference in New Issue
Block a user