summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-05-05 06:39:05 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-05-05 06:39:05 (GMT)
commitab030e931e05a060b4f6fabf4235f05aeb0c252c (patch)
tree99bcfd4ede7b77c76ce4eb348cca346768611b69 /src/declarative/util/qdeclarativeanimation.cpp
parentd6597781a658ba9546bc56f4f3079234c0790e1d (diff)
downloadQt-ab030e931e05a060b4f6fabf4235f05aeb0c252c.zip
Qt-ab030e931e05a060b4f6fabf4235f05aeb0c252c.tar.gz
Qt-ab030e931e05a060b4f6fabf4235f05aeb0c252c.tar.bz2
Fix cacheBuffer documentation.
Task-number: QTBUG-10385
Diffstat (limited to 'src/declarative/util/qdeclarativeanimation.cpp')
-rw-r--r--src/declarative/util/qdeclarativeanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp
index 9f95348..5b2954b 100644
--- a/src/declarative/util/qdeclarativeanimation.cpp
+++ b/src/declarative/util/qdeclarativeanimation.cpp
@@ -874,7 +874,7 @@ void QDeclarativePropertyActionPrivate::init()
This property holds an explicit target object to animate.
The exact effect of the \c target property depends on how the animation
- is being used. Refer to the \l animation documentation for details.
+ is being used. Refer to the \l {QML Animation} documentation for details.
*/
QObject *QDeclarativePropertyAction::target() const