summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/commons/testaspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/commons/testaspect.h')
-rw-r--r--tests/auto/render/commons/testaspect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/render/commons/testaspect.h b/tests/auto/render/commons/testaspect.h
index 22d0a7172..35cf6534a 100644
--- a/tests/auto/render/commons/testaspect.h
+++ b/tests/auto/render/commons/testaspect.h
@@ -58,9 +58,9 @@ public:
Qt3DRender::Render::NodeManagers *nodeManagers() const;
- void onEngineStartup();
- void onRegistered();
- void onUnregistered();
+ void onEngineStartup() override;
+ void onRegistered() override;
+ void onUnregistered() override;
void registerNode(Qt3DCore::QNode *node) { m_frontEndNodes.insert(node->id(), node); }
void registerTree(Qt3DCore::QEntity *root) {