Skip to content
Snippets Groups Projects
Commit 9ababff5 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Updated the QML front-end to revision 8358e5b93efcb119cc7dd036c8f5f4ae960f702e

parent 06d40248
Branches
Tags
No related merge requests found
...@@ -792,6 +792,7 @@ void UiProgram::accept0(Visitor *visitor) ...@@ -792,6 +792,7 @@ void UiProgram::accept0(Visitor *visitor)
{ {
if (visitor->visit(this)) { if (visitor->visit(this)) {
accept(imports, visitor); accept(imports, visitor);
accept(members, visitor);
} }
visitor->endVisit(this); visitor->endVisit(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment