QmlDesigner: Support Qt Quick 2.9

Change-Id: I784584806819eb667cb596e1d46ffe9b393087fd
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2017-07-06 10:27:57 +02:00
parent ca636d9146
commit 89e3262edf

View File

@@ -71,7 +71,7 @@ static inline bool isSupportedAttachedProperties(const QString &propertyName)
static inline 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.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"
};
return list;
}