Updated the QML front-end to revision 8358e5b93efcb119cc7dd036c8f5f4ae960f702e

This commit is contained in:
Roberto Raggi
2009-07-31 01:24:41 +02:00
parent 06d402488d
commit 9ababff59c

View File

@@ -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);