QmlDesigner: Add supported Qt Quick version

Change-Id: If4e40fafe2270dcdd76cefe5d3a03f11984e466a
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2019-09-30 14:16:22 +02:00
parent b0ea4311e8
commit 2509dd4c32

View File

@@ -80,7 +80,7 @@ QStringList supportedVersionsList()
{ {
static const QStringList list = { 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.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.10", "2.11", "2.12", "2.13", "2.14"
}; };
return list; return list;
} }