forked from qt-creator/qt-creator
QmlJS: Fix initializer of property declaration not being visited in Bind
This lead to the semantic checker reporting incorrect errors in these initializers. Task-number: QTCREATORBUG-2340 Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -232,7 +232,7 @@ bool Bind::visit(UiImport *ast)
|
|||||||
bool Bind::visit(UiPublicMember *)
|
bool Bind::visit(UiPublicMember *)
|
||||||
{
|
{
|
||||||
// nothing to do.
|
// nothing to do.
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Bind::visit(UiObjectDefinition *ast)
|
bool Bind::visit(UiObjectDefinition *ast)
|
||||||
|
Reference in New Issue
Block a user