summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-08-17 23:03:28 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-08-17 23:03:28 (GMT)
commitf76fe94068ac790cc3df60b41350bed795d42d39 (patch)
tree5073d3a5cae2a0e85809ef5fee2fdc5540cc9607 /src/declarative/fx/qfximage.h
parent772944bf3888fd43ce484fc39faf9f01b4c9ae65 (diff)
downloadQt-f76fe94068ac790cc3df60b41350bed795d42d39.zip
Qt-f76fe94068ac790cc3df60b41350bed795d42d39.tar.gz
Qt-f76fe94068ac790cc3df60b41350bed795d42d39.tar.bz2
Small fixes following API review.
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 c8e21ea..4f46495 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -57,7 +57,7 @@ class Q_DECLARATIVE_EXPORT QFxImage : public QFxImageBase
Q_ENUMS(FillMode)
Q_PROPERTY(QPixmap pixmap READ pixmap WRITE setPixmap DESIGNABLE false)
- Q_PROPERTY(FillMode fillMode READ fillMode WRITE setFillMode NOTIFY fillModeChanged);
+ Q_PROPERTY(FillMode fillMode READ fillMode WRITE setFillMode NOTIFY fillModeChanged)
public:
QFxImage(QFxItem *parent=0);