aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/Things/plugins.qmltypes')
-rw-r--r--tests/auto/qml/qmllint/data/Things/plugins.qmltypes16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/Things/plugins.qmltypes b/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
index 9d81c21070..95ff95eb7d 100644
--- a/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
+++ b/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
@@ -14,4 +14,20 @@ Module {
}
Property { name: "palette"; type: "QPalette" }
}
+ Component {
+ name: "Frame"
+ prototype: "MyPane"
+ exports: ["Things.Templates/Frame 1.0"]
+ exportMetaObjectRevisions: [0]
+ }
+ Component {
+ name: "MyPane"
+ prototype: "QObject"
+ exports: ["Things.Templates/Pane 1.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "contentWidth"; type: "double" }
+ Property { name: "contentHeight"; type: "double" }
+ Property { name: "contentData"; type: "QObject"; isList: true; isReadonly: true }
+ Property { name: "contentChildren"; type: "QQuickItem"; isList: true; isReadonly: true }
+ }
}