Fixes a reference in the Animation docs.
authorAlan Alpert <alan.alpert@nokia.com>
Wed, 15 Aug 2012 04:30:31 +0000 (14:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Aug 2012 04:23:43 +0000 (06:23 +0200)
repeat was renamed to loops long ago

Change-Id: Iaaabc155aa16e92367dee2082974856769bad90a
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/quick/util/qquickanimation.cpp

index 6ed2b01..34a70ca 100644 (file)
@@ -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.