forked from qt-creator/qt-creator
QmlDesigner: Add supported Qt Quick version
Change-Id: If4e40fafe2270dcdd76cefe5d3a03f11984e466a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user