aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml-type-descriptions
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-31 08:19:07 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-31 07:31:32 +0000
commit8a8ad532cf124ff1b40d5dcff4ef00dd611b2725 (patch)
tree0c63871c1e2fa38a1d4ca7430258ee37eedd2328 /share/qtcreator/qml-type-descriptions
parent406f964993aae88d24a023d6d1b05dcfe70a38f5 (diff)
qmlproject.qmltypes: Fix syntax error
Amends e44504371c99960e05ca42bae4ce404bcc18998a. Change-Id: I0cc3ae874b27cfb6572bf111c1ab628ed113d955 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'share/qtcreator/qml-type-descriptions')
-rw-r--r--share/qtcreator/qml-type-descriptions/qmlproject.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes b/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
index c7e7cdf937..70003d049f 100644
--- a/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
+++ b/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
@@ -11,7 +11,7 @@ Module {
"QmlProject/Project 1.1"
]
Property { name: "sourceDirectory"; type: "string" }
- Property { name: "targetDirectory": type: "string" }
+ Property { name: "targetDirectory"; type: "string" }
Property { name: "mainFile"; type: "string" }
Property { name: "importPaths"; type: "string"; isList: true }
Property { name: "content"; type: "QmlProjectItem"; isList: true }
@@ -70,4 +70,4 @@ Module {
]
Property { name: "filter"; type: "string" }
}
-} \ No newline at end of file
+}