aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquicksmoothedanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquicksmoothedanimation.cpp')
-rw-r--r--src/quick/util/qquicksmoothedanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquicksmoothedanimation.cpp b/src/quick/util/qquicksmoothedanimation.cpp
index cb359481a4..75682152f1 100644
--- a/src/quick/util/qquicksmoothedanimation.cpp
+++ b/src/quick/util/qquicksmoothedanimation.cpp
@@ -311,7 +311,7 @@ void QSmoothedAnimation::init()
\inqmlmodule QtQuick 2
\ingroup qml-animation-transition
\inherits NumberAnimation
- \brief The SmoothedAnimation element allows a property to smoothly track a value.
+ \brief Allows a property to smoothly track a value
A SmoothedAnimation animates a property's value to a set target value
using an ease in/out quad easing curve. When the target value changes,