diff -r db0ec4bcf416 -r ed5b407975b3 branchitem.cpp --- a/branchitem.cpp Mon Apr 20 10:42:05 2009 +0000 +++ b/branchitem.cpp Thu Apr 23 12:15:31 2009 +0000 @@ -307,3 +307,17 @@ return (BranchObj*)lmo; } +BranchObj* BranchItem::createMapObj(QGraphicsScene *scene) +{ + // Initialize BranchObj, order of things is important... + cout << "BI::createMO scene="<setParObj(parent()->getLMO() ); + newbo->setTreeItem (this); + newbo->setDefAttr(BranchObj::NewBranch); + //newbo->updateLink(); + + lmo=newbo; + return newbo; +} +