summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-11-25 12:23:16 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2020-11-25 21:05:43 +0000
commit2687a8b3c0428f0da71bef05324dfbdd3581fc20 (patch)
tree3df51673136b9213aaa5aa776e7c9279e4920645 /src/animation
parent5457ad2a0a58157c2ba7aa77c73d4b22883e4d0b (diff)
Doc: Fix documentation warnings
Pick-to: 6.0 6.0.0 Fixes: QTBUG-88842 Change-Id: Ie8ea1914c5e740c0c4bf25f4754a008aff6401cd Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/frontend/qmorphtarget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/frontend/qmorphtarget.cpp b/src/animation/frontend/qmorphtarget.cpp
index bca51cfe4..537dc0d86 100644
--- a/src/animation/frontend/qmorphtarget.cpp
+++ b/src/animation/frontend/qmorphtarget.cpp
@@ -63,9 +63,9 @@ namespace Qt3DAnimation {
\instantiates Qt3DAnimation::QMorphTarget
A MorphTarget type is a convenience type, which provides a list
- of \l {Qt3D.Render::Attribute} {Attributes}, which the MorphingAnimation uses
+ of \l {Qt3D.Core::Attribute} {Attributes}, which the MorphingAnimation uses
to animate geometry. A MorphTarget can also be created based on existing
- \l {Qt3D.Render::Geometry}{Geometry}.
+ \l {Qt3D.Core::Geometry}{Geometry}.
*/