aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@qt.io>2018-02-19 12:26:51 +0100
committerMarco Benelli <marco.benelli@qt.io>2018-04-03 14:40:30 +0000
commitb9d72a57376e7a41de2320f40363372248ebce21 (patch)
treee3ff500dd372b9fdbfeb190e07488225f3db3551 /tests/auto
parent4e4a07ea1d0390660588facd033a8890a0c13e39 (diff)
qmljs: remove remaining references to QtQuick1
This patch removes all references to QtQuick1 in qml library, plugin, designer, profiler and tests. Change-Id: Ie286fad96060299caae3ef328330597cf53e90d3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp2
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index 6f8e390a05a..4408e9fa190 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
@@ -4198,7 +4198,7 @@ void tst_TestCore::testMetaInfoEnums()
QApplication::processEvents();
}
-void tst_TestCore::testMetaInfoQtQuick1Vs2()
+void tst_TestCore::testMetaInfoQtQuickVersion2()
{
char qmlString[] = "import QtQuick 2.0\n"
"Rectangle {\n"
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h
index def024c63f3..cde63a12d1c 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h
@@ -56,7 +56,7 @@ private slots:
void testMetaInfoEnums();
void testMetaInfoProperties();
void testMetaInfoDotProperties();
- void testMetaInfoQtQuick1Vs2();
+ void testMetaInfoQtQuickVersion2();
void testMetaInfoListProperties();
void testQtQuick20Basic();
void testQtQuick20BasicRectangle();