summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qkeyframeanimation.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-21 12:23:27 +0100
committerNico Vertriest <nico.vertriest@qt.io>2017-05-03 08:30:53 +0000
commitd947ef04bc162d9f1816afb6188e8ef0a30c5143 (patch)
treeb75137556ba4805dde1c7cd807fc3a3e1a872ac5 /src/animation/frontend/qkeyframeanimation.cpp
parentb5800ac037321e161d31ee362688aef179c8d9d2 (diff)
Doc: correct several link errors
qkeyframeanimation.cpp:61: warning: Can't link to 'Qt3D.Render::Transform' levelofdetailloader.qdoc:40: warning: Can't link to 'minimum' levelofdetailloader.qdoc:40: warning: Can't link to 'maximum' qlevelofdetail.cpp:201: warning: Can't link to 'Qt3DRender::QLevelOfDetail::SizeProxyMode' qlevelofdetailswitch.cpp:62: warning: Can't link to 'LevelOfDetailSwitch::currentIndex' Plus a minor language correction Change-Id: I26096ec74880a406ada27fb3d867983845611410 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/animation/frontend/qkeyframeanimation.cpp')
-rw-r--r--src/animation/frontend/qkeyframeanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qkeyframeanimation.cpp b/src/animation/frontend/qkeyframeanimation.cpp
index 0b17265a6..19069a8ed 100644
--- a/src/animation/frontend/qkeyframeanimation.cpp
+++ b/src/animation/frontend/qkeyframeanimation.cpp
@@ -68,7 +68,7 @@ namespace Qt3DAnimation {
A KeyframeAnimation type implements simple keyframe animation
that can be used to animate \l Transform. The keyframes consists of multiple
- timed \l {Qt3D.Render::Transform}{Transforms}, which are interpolated and applied
+ timed \l {Qt3D.Core::Transform}s, which are interpolated and applied
to the target Transform. EasingCurve is used between keyframes to control
the interpolator. RepeatMode can be set for when the position set to the
KeyframeAnimation is less or or greater than the values defined in the keyframe positions.