summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qclipanimator.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-08-02 16:14:08 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-08-11 10:10:02 +0000
commitaa4381e74c9c5db200c6920dd774c97cbffb493b (patch)
treeb4e2c8526d38dad4979501f64c593b1d737443d1 /src/animation/frontend/qclipanimator.cpp
parent2a1849d414fd38fec389d3512f9120d75287444e (diff)
Doc: correct declaration qml properties
qadditiveclipblend.cpp:173: warning: Unrecognizable QML module/component qualifier for AbstractClipBlendNode baseClip qadditiveclipblend.cpp:191: warning: Unrecognizable QML module/component qualifier for AbstractClipBlendNode additiveClip qblendedclipanimator.cpp:276: warning: Unrecognizable QML module/component qualifier for AbstractClipBlendNode blendTree qclipanimator.cpp:124: warning: Unrecognizable QML module/component qualifier for AbstractAnimationClip clip Change-Id: Ic761f75986e41dc4ec7ab9e97e6776e49498f870 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/animation/frontend/qclipanimator.cpp')
-rw-r--r--src/animation/frontend/qclipanimator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/animation/frontend/qclipanimator.cpp b/src/animation/frontend/qclipanimator.cpp
index cf56c0977..750da352d 100644
--- a/src/animation/frontend/qclipanimator.cpp
+++ b/src/animation/frontend/qclipanimator.cpp
@@ -115,12 +115,11 @@ QClipAnimator::~QClipAnimator()
}
/*!
- \qmlproperty AbstractAnimationClip clip
+ \qmlproperty var Qt3D.Animation::ClipAnimator::clip
This property holds the animation clip which contains the key frame data to be played back.
The key frame data can be specified in either an AnimationClip or AnimationClipLoader.
*/
-
/*!
\property QClipAnimator::clip