aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKavindra Palaraja <kavindra.d+qt@gmail.com>2016-12-28 12:06:29 +0100
committerKavindra Palaraja <kavindra.d+qt@gmail.com>2017-01-03 20:15:14 +0000
commit4406667874b22803ef78650f4af28337eaf7952b (patch)
tree3c5212457c75248c554150d2ea15c6e13c0f33c0 /src
parentfc724dd473cd68fd074ed5f7d849a0b23f99ebd4 (diff)
Added the missing link to Animation
Animator inherits from QQuickAbstractAnimation which is known as Animation in QML. Its properties are inherited. Task-number: QTBUG-55738 Change-Id: If16c87c9367825d7661940e7c1930179862e59cb Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quick/util/qquickanimator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/util/qquickanimator.cpp b/src/quick/util/qquickanimator.cpp
index 5d2af0f940..c3b5865369 100644
--- a/src/quick/util/qquickanimator.cpp
+++ b/src/quick/util/qquickanimator.cpp
@@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
\inqmlmodule QtQuick
\since 5.2
\ingroup qtquick-transitions-animations
+ \inherits Animation
\brief Is the base of all QML animators.
Animator types are a special type of animation which operate