From ccf5bffd99dfa737d96abce1ad613e43c1eb09b5 Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Mon, 30 Mar 2015 18:34:29 +0200 Subject: [PATCH] Oops, this should just be a comment (remove warning) --- src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")