aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-08-15 14:30:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-23 06:23:43 +0200
commit453cedc87b91fb10ae9a7cd91aa1d35061d9ed2c (patch)
tree27196dbc1e9c0464bb2a883011fb65637721c95e /src
parentc09b8094c16d6b2934e76d520aa3e355ad675310 (diff)
Fixes a reference in the Animation docs.
repeat was renamed to loops long ago Change-Id: Iaaabc155aa16e92367dee2082974856769bad90a Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/util/qquickanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp
index 6ed2b0151f..34a70ca3c0 100644
--- a/src/quick/util/qquickanimation.cpp
+++ b/src/quick/util/qquickanimation.cpp
@@ -363,7 +363,7 @@ void QQuickAbstractAnimation::componentFinalized()
calling the \c stop() method. The \c complete() method is not effected
by this value.
- This behavior is most useful when the \c repeat property is set, as the
+ This behavior is most useful when the \c loops property is set, as the
animation will finish playing normally but not restart.
By default, the alwaysRunToEnd property is not set.