forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user