aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.