summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qmousehandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qmousehandler_p.h')
-rw-r--r--src/input/frontend/qmousehandler_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/frontend/qmousehandler_p.h b/src/input/frontend/qmousehandler_p.h
index 2dc444492..03ff6f4d1 100644
--- a/src/input/frontend/qmousehandler_p.h
+++ b/src/input/frontend/qmousehandler_p.h
@@ -16,6 +16,7 @@
//
#include <Qt3DInput/qmouseevent.h>
+#include <Qt3DInput/qmousehandler.h>
#include <Qt3DCore/private/qcomponent_p.h>
@@ -34,7 +35,7 @@ public:
QMouseHandlerPrivate();
~QMouseHandlerPrivate();
- void init(QObject *parent);
+ void init();
QMouseDevice *m_mouseDevice;
bool m_containsMouse;