summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlscript.h')
-rw-r--r--src/declarative/util/qmlscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlscript.h b/src/declarative/util/qmlscript.h
index fc038b4..8047a88 100644
--- a/src/declarative/util/qmlscript.h
+++ b/src/declarative/util/qmlscript.h
@@ -58,7 +58,7 @@ class Q_DECLARATIVE_EXPORT QmlScript : public QObject
Q_DECLARE_PRIVATE(QmlScript);
Q_PROPERTY(QString script READ script WRITE setScript);
- Q_PROPERTY(QString src READ source WRITE setSource);
+ Q_PROPERTY(QString source READ source WRITE setSource);
Q_CLASSINFO("DefaultProperty", "script");
public: