QmlDesigner: Add Text to list of known Enum scopes

Change-Id: I58a5af6232c93df24ef0a515630b8c309d36264d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Vikas Pachdha
2019-07-29 15:57:23 +02:00
parent 87a71794b2
commit c253bfaf65

View File

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