summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-08-25 05:52:26 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-08-25 05:52:26 (GMT)
commit0700370cb4f49483c24887d6bd8175df730954ed (patch)
treeefb1fc83d31674fcf8bf0344941e54d987b3be08
parentf1a7ca4d16cc578601e7770662bdf7e969bb211c (diff)
downloadQt-0700370cb4f49483c24887d6bd8175df730954ed.zip
Qt-0700370cb4f49483c24887d6bd8175df730954ed.tar.gz
Qt-0700370cb4f49483c24887d6bd8175df730954ed.tar.bz2
typo
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeimage.cpp b/src/declarative/graphicsitems/qdeclarativeimage.cpp
index 47a410c..1cc5f81 100644
--- a/src/declarative/graphicsitems/qdeclarativeimage.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeimage.cpp
@@ -331,7 +331,7 @@ qreal QDeclarativeImage::paintedHeight() const
Unlike the \l {Item::}{width} and \l {Item::}{height} properties, which scale
the painting of the image, this property sets the actual number of pixels
stored for the loaded image so that large images do not use more
- memory than necessary. For example, this ensures the image is memory is no
+ memory than necessary. For example, this ensures the image in memory is no
larger than 1024x1024 pixels, regardless of the Image's \l {Item::}{width} and
\l {Item::}{height} values: