summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-04-29 05:22:28 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-04-29 05:22:28 (GMT)
commit94a698046c2c00a4627607db1f7099880643e829 (patch)
tree14bea2bd854bea2488982f2c5e48ca00cfe4b321 /src/declarative/fx/qfximage.h
parent9ba03ca32ae12f8b135f3b4f80c445edc3e6b55e (diff)
downloadQt-94a698046c2c00a4627607db1f7099880643e829.zip
Qt-94a698046c2c00a4627607db1f7099880643e829.tar.gz
Qt-94a698046c2c00a4627607db1f7099880643e829.tar.bz2
Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r--src/declarative/fx/qfximage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index 4eed0ef..37fe5be 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -57,7 +57,7 @@ class Q_DECLARATIVE_EXPORT QFxImage : public QFxItem
Q_ENUMS(Status)
Q_PROPERTY(Status status READ status NOTIFY statusChanged)
- Q_PROPERTY(QString src READ source WRITE setSource NOTIFY sourceChanged)
+ Q_PROPERTY(QString source READ source WRITE setSource NOTIFY sourceChanged)
Q_PROPERTY(QFxScaleGrid *scaleGrid READ scaleGrid)
Q_PROPERTY(bool tile READ isTiled WRITE setTiled)