aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data')
-rw-r--r--tests/auto/qml/qmllint/data/Things/plugins.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmllint/data/Things/plugins.qmltypes b/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
index c04961c5ae..99e1fdc466 100644
--- a/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
+++ b/tests/auto/qml/qmllint/data/Things/plugins.qmltypes
@@ -19,13 +19,13 @@ Module {
name: "Frame"
prototype: "MyPane"
exports: ["Things.Templates/Frame 1.0"]
- exportMetaObjectRevisions: [0]
+ exportMetaObjectRevisions: [256]
}
Component {
name: "MyPane"
prototype: "QObject"
exports: ["Things.Templates/Pane 1.0"]
- exportMetaObjectRevisions: [0]
+ exportMetaObjectRevisions: [256]
Property { name: "contentWidth"; type: "double" }
Property { name: "contentHeight"; type: "double" }
Property { name: "contentData"; type: "QObject"; isList: true; isReadonly: true }