Expand GUI to allow changing the master key.

This commit is contained in:
Felix Geyer 2012-01-13 17:52:37 +01:00
parent 0ad1bf0a70
commit 2612fc8e44
10 changed files with 345 additions and 4 deletions

View file

@ -223,6 +223,11 @@ void DatabaseTabWidget::saveDatabaseAs(int index)
saveDatabaseAs(indexDatabase(index));
}
void DatabaseTabWidget::changeMasterKey()
{
currentDatabaseWidget()->switchToMasterKeyChange();
}
void DatabaseTabWidget::createEntry()
{
currentDatabaseWidget()->createEntry();