summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qanimationclip_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-05 16:10:59 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-04-11 09:27:28 +0000
commite8c351478fe9f2b8bb5381480fbb3637855f145e (patch)
treeab90bd9d6edd14c49797efe28e3d778b7007b289 /src/animation/frontend/qanimationclip_p.h
parentda71fc62cd84053ec033a468902e52f8e8632c49 (diff)
Start adding support for programmatic clips to the backend node
Change-Id: I7503f87550487528956cd97606a24e25cf2e5144 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/animation/frontend/qanimationclip_p.h')
-rw-r--r--src/animation/frontend/qanimationclip_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qanimationclip_p.h b/src/animation/frontend/qanimationclip_p.h
index 490c08a4e..514d568af 100644
--- a/src/animation/frontend/qanimationclip_p.h
+++ b/src/animation/frontend/qanimationclip_p.h
@@ -70,7 +70,7 @@ public:
struct QAnimationClipChangeData
{
- // TODO: Add members that should be sent to the backend
+ QAnimationClipData clipData;
};
} // namespace Qt3DAnimation