summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qclipblendvalue.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2018-01-26 16:17:37 +0100
committerNico Vertriest <nico.vertriest@qt.io>2018-02-06 14:07:15 +0000
commitdc6388e0d7fba2e05346e8e91c9f683742420f98 (patch)
tree4e285f2694a7c8208adb767ba18a032467b4a879 /src/animation/frontend/qclipblendvalue.cpp
parent037ef30a55fd6fb730954ec3f7224121c52de95d (diff)
Doc: add doc to undocumented methods and properties qt3d
Change-Id: Ia498dd96a6d35997a3f493f26b376fb8fa146196 Reviewed-by: Svenn-Arne Dragly <svenn-arne.dragly@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/animation/frontend/qclipblendvalue.cpp')
-rw-r--r--src/animation/frontend/qclipblendvalue.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/animation/frontend/qclipblendvalue.cpp b/src/animation/frontend/qclipblendvalue.cpp
index a17c63a69..c20609050 100644
--- a/src/animation/frontend/qclipblendvalue.cpp
+++ b/src/animation/frontend/qclipblendvalue.cpp
@@ -58,6 +58,11 @@ QClipBlendValuePrivate::QClipBlendValuePrivate()
\inmodule Qt3DAnimation
\brief Class used for including a clip in a blend tree.
*/
+/*!
+ \property Qt3DAnimation::QClipBlendValue::clip
+
+ The animation clip that needs to be included in the blend tree.
+*/
QClipBlendValue::QClipBlendValue(Qt3DCore::QNode *parent)
: QAbstractClipBlendNode(*new QClipBlendValuePrivate(), parent)
{