forked from qt-creator/qt-creator
QmlDesigner: Allow QtQuick 6.4
Change-Id: Icb7f3be479f3e2db6b500fec7c209cb429ff4f22 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -92,7 +92,7 @@ QStringList supportedVersionsList()
|
||||
{
|
||||
static const QStringList list = {"2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6",
|
||||
"2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13",
|
||||
"2.14", "2.15", "6.0", "6.1", "6.2", "6.3"};
|
||||
"2.14", "2.15", "6.0", "6.1", "6.2", "6.3", "6.4"};
|
||||
return list;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user