diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 7906dcda6..50f9689f3 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -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::fromString("Ctrl+Shift+Tab")