summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/backendnode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/backendnode_p.h')
-rw-r--r--src/animation/backend/backendnode_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation/backend/backendnode_p.h b/src/animation/backend/backendnode_p.h
index d7842517a..4e450b6ec 100644
--- a/src/animation/backend/backendnode_p.h
+++ b/src/animation/backend/backendnode_p.h
@@ -68,6 +68,8 @@ public:
void setHandler(Handler *handler);
+ virtual void syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime);
+
protected:
void setDirty(Handler::DirtyFlag flag);
Handler *m_handler;