aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtquick2/whatsnew.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qtquick2/whatsnew.qdoc b/doc/src/qtquick2/whatsnew.qdoc
index 1997a42a6b..0fe3bab342 100644
--- a/doc/src/qtquick2/whatsnew.qdoc
+++ b/doc/src/qtquick2/whatsnew.qdoc
@@ -91,8 +91,8 @@ The \l{QtQuick.Particles 2}{QtQuick.Particles} module contains elements that can
\section2 Element API/Behavior Changes
-New \l SpriteImage element renders animated sprites and can transition between animations.
-It uses the \l Sprite element to represent each animation.
+New \l SpriteSequence element renders animated sprites and can transition between animations.
+It uses the \l Sprite element to represent each animation. For single sprites, there is also \l AnimatedSprite.
MouseArea now propagates clicked, doubleClicked and pressAndHold differently to pressed.
These will now be propagated to the highest-stacking-order enabled MouseArea which has a handler for them.