summaryrefslogtreecommitdiffstats
path: root/src/input/backend/mousehandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/backend/mousehandler_p.h')
-rw-r--r--src/input/backend/mousehandler_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/backend/mousehandler_p.h b/src/input/backend/mousehandler_p.h
index 867764017..ae484d8d6 100644
--- a/src/input/backend/mousehandler_p.h
+++ b/src/input/backend/mousehandler_p.h
@@ -70,7 +70,9 @@ public:
Qt3DCore::QNodeId mouseDevice() const;
void setInputHandler(InputHandler *handler);
void mouseEvent(const QMouseEventPtr &event);
+#if QT_CONFIG(wheelevent)
void wheelEvent(const QWheelEventPtr &event);
+#endif
protected:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;