From 98e7b3cca484df43838fe834dcaf1f97f45c659f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 30 Sep 2015 17:06:27 +0200 Subject: Rename QtQuick.Calendar 2.0 to Qt.labs.calendar 1.0 Change-Id: Ief7e28f6c595cb60f15a4960dada24a6c2f5ca3e Reviewed-by: Mitch Curtis --- tests/benchmarks/creationtime/tst_creationtime.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks/creationtime') diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp index 9185d5b5..5d8d9b1c 100644 --- a/tests/benchmarks/creationtime/tst_creationtime.cpp +++ b/tests/benchmarks/creationtime/tst_creationtime.cpp @@ -115,14 +115,14 @@ void tst_CreationTime::calendar() { QFETCH(QByteArray, control); QQmlComponent component(&engine); - component.setData("import QtQuick.Calendar 2.0;" + control + "{}", QUrl()); + component.setData("import Qt.labs.calendar 1.0;" + control + "{}", QUrl()); doBenchmark(&component); } void tst_CreationTime::calendar_data() { QTest::addColumn("control"); - addTestRows(engine.importPathList(), "QtQuick/Calendar.2"); + addTestRows(engine.importPathList(), "Qt/labs/calendar"); } QTEST_MAIN(tst_CreationTime) -- cgit v1.2.3