summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qmousehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qmousehandler.h')
-rw-r--r--src/input/frontend/qmousehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/frontend/qmousehandler.h b/src/input/frontend/qmousehandler.h
index 750ed394d..ef4267c5c 100644
--- a/src/input/frontend/qmousehandler.h
+++ b/src/input/frontend/qmousehandler.h
@@ -82,7 +82,9 @@ Q_SIGNALS:
void pressAndHold(Qt3DInput::QMouseEvent *mouse);
void positionChanged(Qt3DInput::QMouseEvent *mouse);
+#if QT_CONFIG(wheelevent)
void wheel(Qt3DInput::QWheelEvent *wheel);
+#endif
protected:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) Q_DECL_OVERRIDE;