forked from qt-creator/qt-creator
QmlDesigner: Define new possible enum scopes
Change-Id: Ifb96706615be8cd5d7f588a83bdfe1cf31886bb5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -94,7 +94,7 @@ static inline QStringList globalQtEnums()
|
||||
static inline QStringList knownEnumScopes()
|
||||
{
|
||||
static const QStringList list = {
|
||||
"TextInput", "TextEdit", "Material", "Universal", "Font"
|
||||
"TextInput", "TextEdit", "Material", "Universal", "Font", "Shape", "ShapePath"
|
||||
};
|
||||
return list;
|
||||
}
|
||||
|
Reference in New Issue
Block a user