Remember opened databases on quit.

Refs #36
This commit is contained in:
Florian Geyer
2013-03-24 23:21:59 +01:00
parent ba3baf3595
commit f0985ff9d9
5 changed files with 22 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ public Q_SLOTS:
Q_SIGNALS:
void tabNameChanged();
void databaseWithFileClosed(QString filePath);
private Q_SLOTS:
void updateTabName(Database* db);