summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimage.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-19 05:28:10 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-19 05:28:10 (GMT)
commit099f684de47b936268e7c052c9ac3f97ca7ad209 (patch)
tree551d7c54908cbfdf28d893cfe879f2ff5ce441fd /src/declarative/graphicsitems/qdeclarativeimage.cpp
parent4a117eb54821d4524439593fad53dde7596b6378 (diff)
downloadQt-099f684de47b936268e7c052c9ac3f97ca7ad209.zip
Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.gz
Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.bz2
Doc error fixes.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeimage.cpp')
-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 90738c8..37736cc 100644
--- a/src/declarative/graphicsitems/qdeclarativeimage.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeimage.cpp
@@ -66,7 +66,7 @@ QT_BEGIN_NAMESPACE
\endqml
\endtable
- If the \l {Image::width}{width} and \l{Image::height}{height} properties are not specified,
+ If the \l {Item::width}{width} and \l{Item::height}{height} properties are not specified,
the Image element is automatically sized to the loaded image. Image elements can be
stretched and tiled using the \l fillMode property.