QmlDesigner: Add missing enum scope

Change-Id: Iadb96854c43d94f70d6b6d8bd398e2e265bff21a
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2018-03-21 16:44:54 +01:00
parent 6f07d79e01
commit 9c6061be9b

View File

@@ -94,7 +94,7 @@ static inline QStringList globalQtEnums()
static inline QStringList knownEnumScopes()
{
static const QStringList list = {
"TextInput", "TextEdit", "Material", "Universal", "Font", "Shape", "ShapePath"
"TextInput", "TextEdit", "Material", "Universal", "Font", "Shape", "ShapePath", "AbstractButton"
};
return list;
}