QmlDesigner: Add support Qt Quick 2.10

Change-Id: Ic6ba5224c8b70bab60e903a8e159749a69f7818e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2017-09-26 16:49:08 +02:00
parent 0269bf537b
commit 8b80442131

View File

@@ -71,7 +71,7 @@ static inline bool isSupportedAttachedProperties(const QString &propertyName)
static inline QStringList supportedVersionsList() static inline 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"
}; };
return list; return list;
} }