forked from qt-creator/qt-creator
QmlJSCheck: Add error for ambiguous ids
Certain ids can be ambiguous and have name clashes with properties. Those ids are not supported in the designer. Change-Id: Ida293d24611c467df6ef813a541e8abfc06b51cb Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
de6021c71a
commit
99aaf86a33
@@ -97,6 +97,7 @@ enum Type
|
||||
WarnUndefinedValueForVisualDesigner = 206,
|
||||
WarnStatesOnlyInRootItemForVisualDesigner = 207,
|
||||
ErrUnsupportedRootTypeInVisualDesigner = 208,
|
||||
ErrInvalidIdeInVisualDesigner = 209,
|
||||
ErrUnsupportedRootTypeInQmlUi = 220,
|
||||
ErrUnsupportedTypeInQmlUi = 221,
|
||||
ErrFunctionsNotSupportedInQmlUi = 222,
|
||||
|
||||
Reference in New Issue
Block a user