aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-23 09:35:35 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-04-05 12:38:15 +0000
commit271e0c1e6e90bb3efd327ebee318c9f0ac95fd71 (patch)
tree86d508ab167c853daa41b9da318e2ae95672f796 /src/quick
parentd18583a804a7afe292f08b77f60773be21b1a8e2 (diff)
Doc: correct Sprite's detailed description
Task-number: QTBUG-58641 Change-Id: Ib339746d459328bdac8fa0eeff80300df99ff482 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquicksprite.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicksprite.cpp b/src/quick/items/qquicksprite.cpp
index 99b1b1f430..6b8567439b 100644
--- a/src/quick/items/qquicksprite.cpp
+++ b/src/quick/items/qquicksprite.cpp
@@ -51,8 +51,8 @@ QT_BEGIN_NAMESPACE
\ingroup qtquick-visual-utility
\brief Specifies sprite animations
- QQuickSprite renders sprites of one or more frames and animates them. The sprites
- can be in the middle of an image file, or split along multiple rows, as long as they form
+ Sprite defines a series of one or more frames to be animated and rendered by SpriteSequence.
+ The sprites can be in the middle of an image file, or split along multiple rows, as long as they form
a contiguous line wrapping to the next row of the file from the left edge of the file.
For full details, see the \l{Sprite Animations} overview.