summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-05-04 13:04:17 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-05-05 09:51:24 (GMT)
commit1fb2457414749daef08935a36534991bca5ad562 (patch)
tree4196aa6b04e215469e0f03d09aa58659df0d2af6 /src/declarative/fx
parent4416bb70d751ff31818823f79d3d7ed3a3d94929 (diff)
downloadQt-1fb2457414749daef08935a36534991bca5ad562.zip
Qt-1fb2457414749daef08935a36534991bca5ad562.tar.gz
Qt-1fb2457414749daef08935a36534991bca5ad562.tar.bz2
Doc fix - Image::src has been renamed to QFxImage::source
see commit 94a69804
Diffstat (limited to 'src/declarative/fx')
-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 838da30..106d551 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -135,7 +135,7 @@ QFxImage::~QFxImage()
This property contains the image currently being displayed by this item,
which may be an empty pixmap if nothing is currently displayed. If this
- property is set, the src property will be unset. This property is intended
+ property is set, the source property will be unset. This property is intended
to be used only in C++, not in QML.
*/
QPixmap QFxImage::pixmap() const
@@ -790,7 +790,7 @@ QFxImage::Status QFxImage::status() const
}
/*!
- \qmlproperty string Image::src
+ \qmlproperty string Image::source
Image can handle any image format supported by Qt, loaded from any URL scheme supported by Qt.