From 34b50c5061c75c2922216d04cfb7dfc4065e4dd8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 30 Nov 2018 20:43:26 +0000 Subject: removed useless debug message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8468 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/General.pro | 5 +++-- src/plugins/General/hotkey/hotkeymanager_win.cpp | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index b3b636c9e..bad328b19 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -17,8 +17,6 @@ unix:SUBDIRS += mpris \ converter \ gnomehotkey -win32:SUBDIRS += taskbar - contains(CONFIG, UDISKS2_PLUGIN){ unix:SUBDIRS += udisks2 } @@ -31,4 +29,7 @@ contains(CONFIG, HISTORY_PLUGIN){ SUBDIRS += history } +win32:SUBDIRS += taskbar #\ + #rdetect + TEMPLATE = subdirs diff --git a/src/plugins/General/hotkey/hotkeymanager_win.cpp b/src/plugins/General/hotkey/hotkeymanager_win.cpp index 2338690d7..5769cc48c 100644 --- a/src/plugins/General/hotkey/hotkeymanager_win.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_win.cpp @@ -224,7 +224,6 @@ bool HotkeyManager::nativeEventFilter(const QByteArray &eventType, void *message MSG *m = static_cast(message); if (m->message == WM_HOTKEY) { - qDebug("++"); SoundCore *core = SoundCore::instance(); MediaPlayer *player = MediaPlayer::instance(); foreach(Hotkey *hotkey, m_grabbedKeys) -- cgit v1.2.3-13-gbd6f