QmlDesigner: Allow QtQuick 6.4

Change-Id: Icb7f3be479f3e2db6b500fec7c209cb429ff4f22
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2022-10-25 16:40:45 +02:00
parent f8a272e076
commit 162635cbe8

View File

@@ -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;
}