summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerlearningeventfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/controllerlearningeventfilter.cpp')
-rw-r--r--src/controllers/controllerlearningeventfilter.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/controllers/controllerlearningeventfilter.cpp b/src/controllers/controllerlearningeventfilter.cpp
index bdf96d5472..64828e53ac 100644
--- a/src/controllers/controllerlearningeventfilter.cpp
+++ b/src/controllers/controllerlearningeventfilter.cpp
@@ -1,12 +1,14 @@
-#include <QtDebug>
-#include <QMouseEvent>
+#include "controllers/controllerlearningeventfilter.h"
+
#include <QKeyEvent>
+#include <QMouseEvent>
+#include <QtDebug>
-#include "widget/wwidget.h"
+#include "moc_controllerlearningeventfilter.cpp"
#include "widget/wknob.h"
#include "widget/wknobcomposed.h"
#include "widget/wslidercomposed.h"
-#include "controllers/controllerlearningeventfilter.h"
+#include "widget/wwidget.h"
ControllerLearningEventFilter::ControllerLearningEventFilter(QObject* pParent)
: QObject(pParent),