summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-06-20 09:57:30 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-06-20 09:47:34 +0000
commitc5cdc9b912f93034577a68416be8c59eb79d414d (patch)
tree04ef5b62348981e93a0ec6a1fc9bec5b6f37e488 /src/animation
parent87dd9e38902a8625c19113a9827a30eadffdb032 (diff)
Doc: correct \property statements
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: Ia1b43f1089ad9d4c8079084c4b2d29e487a55b8a Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/frontend/qblendedclipanimator.cpp2
-rw-r--r--src/animation/frontend/qclipanimator.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/frontend/qblendedclipanimator.cpp b/src/animation/frontend/qblendedclipanimator.cpp
index e6b127bf1..90d82a69f 100644
--- a/src/animation/frontend/qblendedclipanimator.cpp
+++ b/src/animation/frontend/qblendedclipanimator.cpp
@@ -274,7 +274,7 @@ QBlendedClipAnimator::~QBlendedClipAnimator()
*/
/*!
- \property blendTree
+ \property QBlendedClipAnimator::blendTree
This property holds the root of the animation blend tree that will be evaluated before being
interpolated by the animator.
diff --git a/src/animation/frontend/qclipanimator.cpp b/src/animation/frontend/qclipanimator.cpp
index eb6c80aee..518d9225e 100644
--- a/src/animation/frontend/qclipanimator.cpp
+++ b/src/animation/frontend/qclipanimator.cpp
@@ -122,7 +122,7 @@ QClipAnimator::~QClipAnimator()
*/
/*!
- \property clip
+ \property QClipAnimator::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 a QAnimationClip or QAnimationClipLoader.