diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-11-30 20:43:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-11-30 20:43:26 +0000 |
| commit | 34b50c5061c75c2922216d04cfb7dfc4065e4dd8 (patch) | |
| tree | 56872dac7deb699d43f4e946fdde22e1a7a6859d | |
| parent | a36dc9e9eae7d7b49c03a6ac6c40fc93f32563e1 (diff) | |
| download | qmmp-34b50c5061c75c2922216d04cfb7dfc4065e4dd8.tar.gz qmmp-34b50c5061c75c2922216d04cfb7dfc4065e4dd8.tar.bz2 qmmp-34b50c5061c75c2922216d04cfb7dfc4065e4dd8.zip | |
removed useless debug message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8468 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/General/General.pro | 5 | ||||
| -rw-r--r-- | 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<MSG*>(message);
if (m->message == WM_HOTKEY)
{
- qDebug("++");
SoundCore *core = SoundCore::instance();
MediaPlayer *player = MediaPlayer::instance();
foreach(Hotkey *hotkey, m_grabbedKeys)
|
