Skip to content
Snippets Groups Projects
Commit 2fff849a authored by Christian Kamm's avatar Christian Kamm
Browse files

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
parent 9db7e93e
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ bool Bind::visit(UiImport *ast)
bool Bind::visit(UiPublicMember *)
{
// nothing to do.
return false;
return true;
}
bool Bind::visit(UiObjectDefinition *ast)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment