qmlproject.qmltypes: Fix syntax error

Amends e44504371c.

Change-Id: I0cc3ae874b27cfb6572bf111c1ab628ed113d955
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Friedemann Kleint
2018-01-31 08:19:07 +01:00
parent 406f964993
commit 8a8ad532cf
@@ -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" }
}
}
}