aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-11-20 13:20:52 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2020-11-23 10:06:41 +0100
commit588d624837ae0174139f8db930ad20612463b1dd (patch)
tree13ef2dba7f6cc9ec4f22fe517c2c16f01db3ad06 /src/imports
parent87533900738d65ad278722b292852c998e987c10 (diff)
qmltyperegistrar: Expose interface information
Change-Id: Ica3f5c6696542921bc8d399cd46d901ba06f6d83 Reviewed-by: Ulf Hermann <ulf.hermann@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 d87e613907..0045a75a6d 100644
--- a/src/imports/tooling/Component.qml
+++ b/src/imports/tooling/Component.qml
@@ -47,6 +47,7 @@ QtObject {
property string prototype
property var exports: []
property var exportMetaObjectRevisions: []
+ property var interfaces: []
property string attachedType
property string valueType
property bool isSingleton: false