aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/oldQmltypes.qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-06 11:35:30 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-07 13:26:09 +0200
commitfe013bdbaecd9605ebf715215cef3cd82c1a712f (patch)
tree1853e6ec6eb8dec4cc97d0f02c3ed63d3af00b09 /tests/auto/qml/qmllint/data/oldQmltypes.qml
parent3633047d812559fc91d6f6324c4677bd886ef7fd (diff)
qmllint: Read deprecated dependency specifications from qmltypes files
And produce a warning when doing so. Task-number: QTBUG-87164 Change-Id: I75eab97a37af1268a310e88e3ac6a625127a7f62 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmllint/data/oldQmltypes.qml')
-rw-r--r--tests/auto/qml/qmllint/data/oldQmltypes.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/oldQmltypes.qml b/tests/auto/qml/qmllint/data/oldQmltypes.qml
index f33d4d90fe..80980be451 100644
--- a/tests/auto/qml/qmllint/data/oldQmltypes.qml
+++ b/tests/auto/qml/qmllint/data/oldQmltypes.qml
@@ -1,4 +1,5 @@
import OldQmltypes 1.0
Frame {
+ x: 15
}