Oops, this should just be a comment (remove warning)

This commit is contained in:
Arnaud Bienner 2015-03-30 18:34:29 +02:00
parent 82df087a83
commit ccf5bffd99
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ MainWindow::MainWindow(Application* app, SystemTrayIcon* tray_icon, OSD* osd,
// and some applications (e.g. Qt creator) uses
// Alt+Tab too so I believe it's a good shorcut anyway
<< QKeySequence::fromString("Alt+Tab")
#endif Q_OS_DARWIN
#endif // Q_OS_DARWIN
<< QKeySequence::fromString("Ctrl+PgDown"));
ui_->action_previous_playlist->setShortcuts(
QList<QKeySequence>() << QKeySequence::fromString("Ctrl+Shift+Tab")