forked from qt-creator/qt-creator
QmlDesigner: Support QtQuick 6.2
Change-Id: I03210ea82b5574e489efd8d33b7f385ec3b478a1 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -95,7 +95,8 @@ QStringList supportedVersionsList()
|
|||||||
"2.14",
|
"2.14",
|
||||||
"2.15",
|
"2.15",
|
||||||
"6.0",
|
"6.0",
|
||||||
"6.1"};
|
"6.1",
|
||||||
|
"6.2"};
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user