aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/tst_qmllint.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-06-23 16:06:58 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-06-26 10:18:22 +0000
commit6d8aca544ccb1e2624a679e2d65622461f643291 (patch)
tree67f48176a84670594ef359ce02b4ef129bf3187b /tests/auto/qml/qmllint/tst_qmllint.cpp
parentd4feac29e3a3f6f3c9eb320553cd926fef1c536e (diff)
qmllint: Resolve enums from parent types
Fixes: QTBUG-85185 Fixes: QTBUG-84036 Change-Id: If0989a85df93903fee6cb146a515cd362160ff49 Reviewed-by: Evgeniy Dushistov <dushistov@mail.ru> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmllint/tst_qmllint.cpp')
-rw-r--r--tests/auto/qml/qmllint/tst_qmllint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/tst_qmllint.cpp b/tests/auto/qml/qmllint/tst_qmllint.cpp
index 6d472842ca..7466043389 100644
--- a/tests/auto/qml/qmllint/tst_qmllint.cpp
+++ b/tests/auto/qml/qmllint/tst_qmllint.cpp
@@ -229,6 +229,7 @@ void TestQmllint::cleanQmlCode_data()
QTest::newRow("ListProperty") << QStringLiteral("ListProperty.qml");
QTest::newRow("AttachedType") << QStringLiteral("AttachedType.qml");
QTest::newRow("qmldirImportAndDepend") << QStringLiteral("qmldirImportAndDepend/good.qml");
+ QTest::newRow("ParentEnum") << QStringLiteral("parentEnum.qml");
}
void TestQmllint::cleanQmlCode()