From c38ea80c5dd71a20eade7b3a3b619c1996c6af0b Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 30 Mar 2020 17:42:48 +0200 Subject: Move qmllint's metatype support to tools/shared We want to read qmltypes files and analyze scopes also from other tools. Furthermore, restructure the shared directory, so that each tool only includes what it needs. Change-Id: I96a2dcc8b1c5fac613592fb1867bf51fa5ef3a6e Reviewed-by: Simon Hausmann --- tests/auto/qml/qmllint/tst_qmllint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/qmllint') diff --git a/tests/auto/qml/qmllint/tst_qmllint.cpp b/tests/auto/qml/qmllint/tst_qmllint.cpp index 8697495a6f..04e2054e37 100644 --- a/tests/auto/qml/qmllint/tst_qmllint.cpp +++ b/tests/auto/qml/qmllint/tst_qmllint.cpp @@ -162,7 +162,7 @@ void TestQmllint::dirtyQmlCode_data() << QString(); QTest::newRow("incompleteQmltypes") << QStringLiteral("incompleteQmltypes.qml") - << QString("Warning: Type \"QPalette\" of member \"palette\" not found at 5:26") + << QString("Warning: Type \"QPalette\" of base \"palette\" not found when accessing member \"weDontKnowIt\" at 5:34") << QString(); QTest::newRow("inheritanceCylce") << QStringLiteral("Cycle1.qml") -- cgit v1.2.3