diff -r 2d4cc445a86a -r ee6b0f3a4c2f linkablemapobj.cpp --- a/linkablemapobj.cpp Mon Mar 23 09:06:51 2009 +0000 +++ b/linkablemapobj.cpp Thu Mar 26 07:49:17 2009 +0000 @@ -150,11 +150,11 @@ model=parObj->getModel(); } -void LinkableMapObj::setParObjTmp(LinkableMapObj*,QPointF,int) // FIXME make pure virtual +void LinkableMapObj::setParObjTmp(LinkableMapObj*,QPointF,int) // FIXME-3 make pure virtual { } -void LinkableMapObj::unsetParObjTmp() // FIXME make pure virtual +void LinkableMapObj::unsetParObjTmp() // FIXME-3 make pure virtual { } @@ -247,7 +247,7 @@ void LinkableMapObj::setLinkStyle(Style newstyle) { - //if (newstyle=style) return; FIXME + //if (newstyle=style) return; FIXME-3 delLink(); style=newstyle; @@ -406,11 +406,11 @@ segment.at(i)->show(); break; case PolyLine: - if (!p) cout << "LMO::setVis p==0 (PolyLine)\n"; //FIXME + if (!p) cout << "LMO::setVis p==0 (PolyLine)\n"; //FIXME-3 if (p) p->show(); break; case PolyParabel: - if (!p) cout << "LMO::setVis p==0 (PolyParabel) "<<((BranchObj*)this)->getHeading().toStdString()<getHeading().toStdString()<show(); break; default: