Import the types in the declaring namespace object.

This commit is contained in:
Roberto Raggi
2010-01-27 09:23:06 +01:00
parent 4f31f0f51f
commit cac1973a27

View File

@@ -193,7 +193,7 @@ bool Bind::visit(UiImport *ast)
}
}
_typeEnvironment->setProperty(userComponent->componentName(), objectValue);
namespaceObject->setProperty(userComponent->componentName(), objectValue);
}
}
}