summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxcomponentinstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxcomponentinstance.h')
-rw-r--r--src/declarative/fx/qfxcomponentinstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxcomponentinstance.h b/src/declarative/fx/qfxcomponentinstance.h
index 4b8c142..e749272 100644
--- a/src/declarative/fx/qfxcomponentinstance.h
+++ b/src/declarative/fx/qfxcomponentinstance.h
@@ -55,7 +55,7 @@ class Q_DECLARATIVE_EXPORT QFxComponentInstance : public QFxItem
{
Q_OBJECT
Q_PROPERTY(QmlComponent *component READ component WRITE setComponent)
- Q_PROPERTY(QFxItem *instance READ instance);
+ Q_PROPERTY(QFxItem *instance READ instance)
Q_CLASSINFO("DefaultProperty", "component")
public:
QFxComponentInstance(QFxItem *parent=0);