Unlocked tray icon #37

This commit is contained in:
thez3ro 2016-10-08 18:55:05 +02:00 committed by Jonathan White
parent 5bb27b2989
commit 3bbf11e26f
9 changed files with 43 additions and 2 deletions

View file

@ -658,6 +658,7 @@ void DatabaseWidget::openDatabase(bool accepted)
if (accepted) {
replaceDatabase(static_cast<DatabaseOpenWidget*>(sender())->database());
setCurrentWidget(m_mainWidget);
Q_EMIT unlockedDatabase();
// We won't need those anymore and KeePass1OpenWidget closes
// the file in its dtor.