summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/backendnode_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-09-18 20:00:05 +0100
committerMike Krus <mike.krus@kdab.com>2019-09-20 08:18:21 +0100
commit577defa7b0664ca547ef6708a9e0b832670aec78 (patch)
tree6ab07bf884ba31e859b6fd12b17d6cceddd048fd /src/animation/backend/backendnode_p.h
parent780c9fda47caacc5505d37d31f63c33fcb90182f (diff)
Enable syncing on animation aspect
Change-Id: I4333cb98d4339fa9dc02ebb27231aad748fdb3c2 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
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;