View nesting working!

This commit is contained in:
jriegel
2012-04-05 22:51:07 +02:00
committed by Stefan Tröger
parent 11b0178a42
commit 17ca3b00a9
4 changed files with 84 additions and 7 deletions

View File

@@ -39,7 +39,8 @@ PROPERTY_SOURCE(Assembly::ItemPart, Assembly::Item)
ItemPart::ItemPart()
{
ADD_PROPERTY(Model,(0));
ADD_PROPERTY(Model, (0));
ADD_PROPERTY(Annotation,(0));
}
short ItemPart::mustExecute() const