aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Moolle <vmoolle@ics.com>2016-03-31 23:13:10 +0300
committerVladimir Moolle <vmoolle@ics.com>2016-04-01 13:09:44 +0000
commit3fb0f3fc8311b1e1d85e6f56d8d9cbc5c0be99b7 (patch)
tree2ebe41b5156ddb0c0929fff9ba943f144a8c33e8
parentcef27bf90cbb8d4e6f36f6b77fa5efb361e01ad2 (diff)
Documentation: fix vector3danimation property type names.
Was real instead of vector3d. Task-number: QTBUG-52213 Change-Id: Ib8d9bb39b51277c6f63d2b5c45433542a127149d Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-rw-r--r--src/quick/util/qquickanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp
index 22bfd7aef1..f39f666587 100644
--- a/src/quick/util/qquickanimation.cpp
+++ b/src/quick/util/qquickanimation.cpp
@@ -1435,7 +1435,7 @@ QQuickVector3dAnimation::~QQuickVector3dAnimation()
}
/*!
- \qmlproperty real QtQuick::Vector3dAnimation::from
+ \qmlproperty vector3d QtQuick::Vector3dAnimation::from
This property holds the starting value for the animation.
If the Vector3dAnimation is defined within a \l Transition or \l Behavior,
@@ -1457,7 +1457,7 @@ void QQuickVector3dAnimation::setFrom(QVector3D f)
}
/*!
- \qmlproperty real QtQuick::Vector3dAnimation::to
+ \qmlproperty vector3d QtQuick::Vector3dAnimation::to
This property holds the end value for the animation.
If the Vector3dAnimation is defined within a \l Transition or \l Behavior,