From 66fdb7a1576acf0ac547c32601e4adbd925b3d71 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Jun 2018 13:25:57 +0000 Subject: removed unneeded includes (Matteo Cypriani, fixes #963) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8041 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/CMakeLists.txt | 1 - src/plugins/General/hotkey/hotkeymanager_win.cpp | 3 --- src/plugins/General/hotkey/hotkeymanager_x11.cpp | 2 -- 3 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index ca8188a31..458ec9d63 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -47,7 +47,6 @@ QT5_WRAP_UI(libhotkey_UIS_H ${libhotkey_UIS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(X11_FOUND) -set_property(SOURCE hotkeymanager_x11.cpp PROPERTY SKIP_AUTOMOC ON) ADD_LIBRARY(hotkey MODULE ${libhotkey_SRCS} ${libhotkey_UIS_H} ${libhotkey_RCC_SRCS}) add_dependencies(hotkey qmmpui) target_link_libraries(hotkey Qt5::Widgets Qt5::X11Extras -lqmmpui -lqmmp ${X11_LDFLAGS}) diff --git a/src/plugins/General/hotkey/hotkeymanager_win.cpp b/src/plugins/General/hotkey/hotkeymanager_win.cpp index 44fdb6cb6..498230754 100644 --- a/src/plugins/General/hotkey/hotkeymanager_win.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_win.cpp @@ -298,7 +298,4 @@ quint32 HotkeyManager::keycodeToKeysym(quint32 keycode) return MapVirtualKey(keycode, 1); } -#include "moc_hotkeymanager.cpp" - #endif - diff --git a/src/plugins/General/hotkey/hotkeymanager_x11.cpp b/src/plugins/General/hotkey/hotkeymanager_x11.cpp index 2ac7f3a1a..4fe859674 100644 --- a/src/plugins/General/hotkey/hotkeymanager_x11.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_x11.cpp @@ -322,6 +322,4 @@ quint32 HotkeyManager::keycodeToKeysym(quint32 keycode) #endif } -#include "moc_hotkeymanager.cpp" - #endif -- cgit v1.2.3-13-gbd6f