aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-05-01 17:25:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-14 05:36:33 +0200
commit2f36e1bc949e63fb53f37662ff2e21cad0183ad1 (patch)
tree3a76cbc0fbc00ae74865a27bffd95e4613501703 /doc
parent15db94ac656b6c398756b3e0eb982183bb6036bb (diff)
End the deprecation period of SpriteImage
Also remove the stale files left around. Change-Id: I2f275f23ebfb65045cc683ccd542cbc451b767fb Reviewed-by: Martin Jones <martin.jones@nokia.com>
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.