Expand GUI to allow changing the master key.
This commit is contained in:
@@ -223,6 +223,11 @@ void DatabaseTabWidget::saveDatabaseAs(int index)
|
||||
saveDatabaseAs(indexDatabase(index));
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::changeMasterKey()
|
||||
{
|
||||
currentDatabaseWidget()->switchToMasterKeyChange();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createEntry()
|
||||
{
|
||||
currentDatabaseWidget()->createEntry();
|
||||
|
||||
Reference in New Issue
Block a user