aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/General.pro5
-rw-r--r--src/plugins/General/hotkey/hotkeymanager_win.cpp1
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)