Switch to DatabaseTabWidget when the current tab changed and the welcome widget is shown.

This commit is contained in:
Felix Geyer
2012-05-28 18:49:16 +02:00
parent a8ab3a5ca1
commit f145cb69de
2 changed files with 10 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ private Q_SLOTS:
void showAboutDialog();
void switchToDatabases();
void switchToSettings();
void databaseTabChanged(int tabIndex);
private:
static void setShortcut(QAction* action, QKeySequence::StandardKey standard, int fallback = 0);