From 453cedc87b91fb10ae9a7cd91aa1d35061d9ed2c Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 15 Aug 2012 14:30:31 +1000 Subject: Fixes a reference in the Animation docs. repeat was renamed to loops long ago Change-Id: Iaaabc155aa16e92367dee2082974856769bad90a Reviewed-by: Michael Brasser --- src/quick/util/qquickanimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3