aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-11-15 18:51:01 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-11-22 11:30:31 +0100
commitbc4be3f98169d7d4ed74d7539299924b57b89bd1 (patch)
tree9cd8188298b778d5b2580ddc220d3a4389da43f3 /src/imports
parent89636733ba3872b9c29ed712e0723b576f65f3ff (diff)
qmllint: Check qmltypes files in import path for validity
Now that we have a module describing the qmltypes format, we can run qmllint on qmltypes files. Change-Id: I23339e52b5081ecb6a2c3b127078389a2b8faab0 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/tooling/Component.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/tooling/Component.qml b/src/imports/tooling/Component.qml
index 5f628962a7..d87e613907 100644
--- a/src/imports/tooling/Component.qml
+++ b/src/imports/tooling/Component.qml
@@ -48,6 +48,7 @@ QtObject {
property var exports: []
property var exportMetaObjectRevisions: []
property string attachedType
+ property string valueType
property bool isSingleton: false
property bool isCreatable: name.length > 0
property bool isComposite: false