forked from qt-creator/qt-creator
qmlproject.qmltypes: Fix syntax error
Amends e44504371c.
Change-Id: I0cc3ae874b27cfb6572bf111c1ab628ed113d955
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user