diff options
| author | Sze Howe Koh <[email protected]> | 2013-12-30 12:15:09 +0800 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-12-30 12:13:29 +0100 |
| commit | ef9f85ad8d2774cb11cbd8cfc5943af2dcf72339 (patch) | |
| tree | 1409941f61672ee025f2193040cb03bad43fed21 /src/quick/util/qquickanimation.cpp | |
| parent | 4a82ea4a609ecf728e3d5ed2033461e547470103 (diff) | |
Doc: Fix broken links
Change-Id: I4c4577edde96978a986606bf30fbb925f871bd42
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/quick/util/qquickanimation.cpp')
| -rw-r--r-- | src/quick/util/qquickanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp index ad9cf06d5c..36316e27c0 100644 --- a/src/quick/util/qquickanimation.cpp +++ b/src/quick/util/qquickanimation.cpp @@ -1461,7 +1461,7 @@ void QQuickVector3dAnimation::setTo(QVector3D t) \snippet qml/rotationanimation.qml 0 - Notice the RotationAnimation did not need to set a \l target + Notice the RotationAnimation did not need to set a \c target value. As a convenience, when used in a transition, RotationAnimation will rotate all properties named "rotation" or "angle". You can override this by providing your own properties via \l {PropertyAnimation::properties}{properties} or |
