summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-01 13:58:29 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-01 13:58:29 (GMT)
commit28c809e996963ba938ce05590da44d260ce70c75 (patch)
tree11139b50159a66ef5c11061f8d311a794c6b5c25 /src/declarative/fx/qfximage.cpp
parentfb496d96b65a9e470d46d73ede00cf58a519a80f (diff)
downloadQt-28c809e996963ba938ce05590da44d260ce70c75.zip
Qt-28c809e996963ba938ce05590da44d260ce70c75.tar.gz
Qt-28c809e996963ba938ce05590da44d260ce70c75.tar.bz2
Documentation
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r--src/declarative/fx/qfximage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp
index 605e1ea..5976cd5 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -455,7 +455,7 @@ void QFxImage::paint(QPainter *p, const QStyleOptionGraphicsItem *, QWidget *)
\list
\o Null - no image has been set
\o Ready - the image has been loaded
- \o Loading - the images is currently being loaded
+ \o Loading - the image is currently being loaded
\o Error - an error occurred while loading the image
\endlist
@@ -484,7 +484,7 @@ qreal QFxImage::progress() const
}
/*!
- \qmlproperty string Image::source
+ \qmlproperty url Image::source
Image can handle any image format supported by Qt, loaded from any URL scheme supported by Qt.