Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
humanoid committed Feb 9, 2020
1 parent acf242b commit 9fe9b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MainWindow.cpp
Expand Up @@ -322,7 +322,7 @@ MainWindow::MainWindow()
connect(shortcut, &QShortcut::activated, [this]() { selectDatabaseTab(8); });
new QShortcut(Qt::CTRL + Qt::Key_9, this, SLOT(selectLastDatabaseTab()));
#else

auto shortcut = new QShortcut(Qt::ALT + Qt::Key_1, this);
connect(shortcut, &QShortcut::activated, [this]() { selectDatabaseTab(1); });
shortcut = new QShortcut(Qt::ALT + Qt::Key_2, this);
Expand Down

0 comments on commit 9fe9b27

Please sign in to comment.