From bc4be3f98169d7d4ed74d7539299924b57b89bd1 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Sun, 15 Nov 2020 18:51:01 +0100 Subject: 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 --- src/imports/tooling/Component.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imports') 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 -- cgit v1.2.3