forked from qt-creator/qt-creator
QmlJS: Distinguish between erros for ui.qml files and designer warnings
We properly distinguish between warnings in the Qt Quick Designer and error in a .ui.qml file. The warnings are a subset of the errors anyway. Change-Id: Ib3b21a845436381df10863b464c975b0b39fc063 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -104,6 +104,8 @@ enum Type
|
||||
ErrFunctionsNotSupportedInQmlUi = 222,
|
||||
ErrBlocksNotSupportedInQmlUi = 223,
|
||||
ErrBehavioursNotSupportedInQmlUi = 224,
|
||||
ErrStatesOnlyInRootItemInQmlUi = 225,
|
||||
ErrReferenceToParentItemNotSupportedInQmlUi = 226,
|
||||
ErrUnknownComponent = 300,
|
||||
ErrCouldNotResolvePrototypeOf = 301,
|
||||
ErrCouldNotResolvePrototype = 302,
|
||||
|
||||
Reference in New Issue
Block a user