forked from qt-creator/qt-creator
QmlDesigner: Use QtQuick 2.15 instead of QtQuick 2.1
QtQuick 2.15 is supposed to work and we can use it in some tests. Change-Id: Ic3f6505dd5c683ec6521015b5dcd6c8f83a1171e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -4059,7 +4059,7 @@ void tst_TestCore::testAnchorsAndRewriting()
|
|||||||
|
|
||||||
void tst_TestCore::testAnchorsAndRewritingCenter()
|
void tst_TestCore::testAnchorsAndRewritingCenter()
|
||||||
{
|
{
|
||||||
const QString qmlString("import QtQuick 2.1\n"
|
const QString qmlString("import QtQuick 2.15\n"
|
||||||
"Rectangle {\n"
|
"Rectangle {\n"
|
||||||
" id: root\n"
|
" id: root\n"
|
||||||
" x: 10;\n"
|
" x: 10;\n"
|
||||||
|
Reference in New Issue
Block a user