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