summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qkeyboardhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qkeyboardhandler.h')
-rw-r--r--src/input/frontend/qkeyboardhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/frontend/qkeyboardhandler.h b/src/input/frontend/qkeyboardhandler.h
index 1ee9ef1af..6dac60c37 100644
--- a/src/input/frontend/qkeyboardhandler.h
+++ b/src/input/frontend/qkeyboardhandler.h
@@ -56,6 +56,7 @@ class Q_3DINPUTSHARED_EXPORT QKeyboardHandler : public Qt3DCore::QComponent
Q_OBJECT
Q_PROPERTY(Qt3DInput::QKeyboardDevice *sourceDevice READ sourceDevice WRITE setSourceDevice NOTIFY sourceDeviceChanged)
Q_PROPERTY(bool focus READ focus WRITE setFocus NOTIFY focusChanged)
+ Q_MOC_INCLUDE("Qt3DInput/qkeyboarddevice.h")
public:
explicit QKeyboardHandler(QNode *parent = nullptr);
~QKeyboardHandler();