summaryrefslogtreecommitdiffstats
path: root/src/logic/handler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/handler_p.h')
-rw-r--r--src/logic/handler_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/logic/handler_p.h b/src/logic/handler_p.h
index 7b1fad788..beae32f96 100644
--- a/src/logic/handler_p.h
+++ b/src/logic/handler_p.h
@@ -71,7 +71,7 @@ public:
Manager *logicManager() const { return m_logicManager; }
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;
@@ -85,9 +85,9 @@ class HandlerFunctor : public Qt3DCore::QBackendNodeMapper
public:
explicit HandlerFunctor(Manager *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:
Manager *m_manager;