forked from qt-creator/qt-creator
QmlJS: Adding checks for .ui.qml files
Change-Id: I88eab65e1c1187ffd5a88fb5c9780d0156a17729 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -99,6 +99,11 @@ enum Type
|
||||
WarnUndefinedValueForVisualDesigner = 206,
|
||||
WarnStatesOnlyInRootItemForVisualDesigner = 207,
|
||||
ErrUnsupportedRootTypeInVisualDesigner = 208,
|
||||
ErrUnsupportedRootTypeInQmlUi = 220,
|
||||
ErrUnsupportedTypeInQmlUi = 221,
|
||||
ErrFunctionsNotSupportedInQmlUi = 222,
|
||||
ErrBlocksNotSupportedInQmlUi = 223,
|
||||
ErrBehavioursNotSupportedInQmlUi = 224,
|
||||
ErrUnknownComponent = 300,
|
||||
ErrCouldNotResolvePrototypeOf = 301,
|
||||
ErrCouldNotResolvePrototype = 302,
|
||||
|
||||
Reference in New Issue
Block a user