branchitem.cpp
changeset 786 6269016c9905
parent 785 5987f9f15bac
child 787 c6bb4fdcc55f
     1.1 --- a/branchitem.cpp	Mon Aug 03 10:42:12 2009 +0000
     1.2 +++ b/branchitem.cpp	Thu Aug 06 10:42:17 2009 +0000
     1.3 @@ -372,7 +372,7 @@
     1.4  	return (BranchObj*)lmo;
     1.5  }
     1.6  
     1.7 -BranchObj* BranchItem::createMapObj(QGraphicsScene *scene)	
     1.8 +BranchObj* BranchItem::createMapObj(QGraphicsScene *scene)	// FIXME-4 maybe move this into MapEditor to get rid of scene in VymModel?
     1.9  {
    1.10  	BranchObj *newbo;
    1.11  	newbo=new BranchObj(scene);