summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qabstractanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qabstractanimation.cpp')
-rw-r--r--src/animation/frontend/qabstractanimation.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/animation/frontend/qabstractanimation.cpp b/src/animation/frontend/qabstractanimation.cpp
index 0357b60f5..7e8ab25c0 100644
--- a/src/animation/frontend/qabstractanimation.cpp
+++ b/src/animation/frontend/qabstractanimation.cpp
@@ -36,7 +36,7 @@ namespace Qt3DAnimation {
duration, while leaving the actual animating for the subtypes.
*/
/*!
- \enum QAbstractAnimation::AnimationType
+ \enum Qt3DAnimation::QAbstractAnimation::AnimationType
This enumeration specifies the type of the animation
\value KeyframeAnimation Simple keyframe animation implementation for QTransform
@@ -61,11 +61,11 @@ namespace Qt3DAnimation {
*/
/*!
- \qmlproperty string AbstractAnimation::animationName
+ \qmlproperty string Qt3D.Animation::AbstractAnimation::animationName
Holds the name of the animation.
*/
/*!
- \qmlproperty enumeration AbstractAnimation::animationType
+ \qmlproperty enumeration Qt3D.Animation::AbstractAnimation::animationType
Holds the type of the animation.
\list
\li KeyframeAnimation
@@ -74,11 +74,11 @@ namespace Qt3DAnimation {
\endlist
*/
/*!
- \qmlproperty real AbstractAnimation::position
+ \qmlproperty real Qt3D.Animation::AbstractAnimation::position
Holds the current position of the animation.
*/
/*!
- \qmlproperty real AbstractAnimation::duration
+ \qmlproperty real Qt3D.Animation::AbstractAnimation::duration
Holds the duration of the animation.
*/