1.1 --- a/linkablemapobj.cpp Fri Aug 03 14:13:35 2007 +0000
1.2 +++ b/linkablemapobj.cpp Thu Nov 08 15:28:03 2007 +0000
1.3 @@ -93,7 +93,7 @@
1.4 useOrientation=true;
1.5
1.6 // Reset ID
1.7 - id="";
1.8 + objID="";
1.9 }
1.10
1.11 void LinkableMapObj::copy (LinkableMapObj* other)
1.12 @@ -104,7 +104,7 @@
1.13 setLinkColor (other->linkcolor);
1.14 relPos=other->relPos;
1.15 useOrientation=other->useOrientation;
1.16 -
1.17 + objID=other->objID;
1.18 }
1.19
1.20 void LinkableMapObj::setChildObj(LinkableMapObj* o)
1.21 @@ -299,12 +299,12 @@
1.22
1.23 void LinkableMapObj::setID (const QString &s)
1.24 {
1.25 - id=s;
1.26 + objID=s;
1.27 }
1.28
1.29 QString LinkableMapObj::getID()
1.30 {
1.31 - return id;
1.32 + return objID;
1.33 }
1.34
1.35 void LinkableMapObj::setLinkColor()