summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <iamsergio@gmail.com>2016-01-23 00:45:17 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-01-23 16:14:52 +0000
commitc7bf10747b563cf62bbf2160e09e247998286c6c (patch)
tree677e61676b86e3746fb5a839bb06f397a54cdd3f
parentde6c7fb63ca0c50bed06b7215bbb93f81390e35b (diff)
Add missing Q_DECL_OVERRIDE
Change-Id: I0165fc4b9a08fc1d56f5338f3c67052875342498 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/input/backend/keyboardcontroller_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/backend/keyboardcontroller_p.h b/src/input/backend/keyboardcontroller_p.h
index 3f4f8da53..6933222f4 100644
--- a/src/input/backend/keyboardcontroller_p.h
+++ b/src/input/backend/keyboardcontroller_p.h
@@ -69,7 +69,7 @@ public:
KeyboardController();
void updateFromPeer(Qt3DCore::QNode *peer) Q_DECL_OVERRIDE;
- void cleanup();
+ void cleanup() Q_DECL_OVERRIDE;
void requestFocusForInput(const Qt3DCore::QNodeId &inputId);
void setInputHandler(InputHandler *handler);