summaryrefslogtreecommitdiffstats
path: root/src/input/backend/inputsettings_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/backend/inputsettings_p.h')
-rw-r--r--src/input/backend/inputsettings_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/backend/inputsettings_p.h b/src/input/backend/inputsettings_p.h
index 2fee6c946..05beb5c67 100644
--- a/src/input/backend/inputsettings_p.h
+++ b/src/input/backend/inputsettings_p.h
@@ -69,7 +69,7 @@ public:
inline QObject *eventSource() const { return m_eventSource; }
protected:
- void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) override;
private:
void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) Q_DECL_FINAL;
@@ -82,9 +82,9 @@ class InputSettingsFunctor : public Qt3DCore::QBackendNodeMapper
public:
explicit InputSettingsFunctor(InputHandler *handler);
- Qt3DCore::QBackendNode *create(const Qt3DCore::QNodeCreatedChangeBasePtr &change) const Q_DECL_OVERRIDE;
- Qt3DCore::QBackendNode *get(Qt3DCore::QNodeId id) const Q_DECL_OVERRIDE;
- void destroy(Qt3DCore::QNodeId id) const Q_DECL_OVERRIDE;
+ Qt3DCore::QBackendNode *create(const Qt3DCore::QNodeCreatedChangeBasePtr &change) const override;
+ Qt3DCore::QBackendNode *get(Qt3DCore::QNodeId id) const override;
+ void destroy(Qt3DCore::QNodeId id) const override;
private:
InputHandler *m_handler;