diff -r 28be7520cb21 -r be24af55da40 linkablemapobj.cpp --- a/linkablemapobj.cpp Fri Jun 29 09:43:53 2007 +0000 +++ b/linkablemapobj.cpp Fri Jun 29 09:43:53 2007 +0000 @@ -91,6 +91,9 @@ relPos=QPointF(0,0); useRelPos=false; useOrientation=true; + + // Reset ID + id=""; } void LinkableMapObj::copy (LinkableMapObj* other) @@ -294,6 +297,15 @@ return linkpos; } +void LinkableMapObj::setID (const QString &s) +{ + id=s; +} + +QString LinkableMapObj::getID() +{ + return id; +} void LinkableMapObj::setLinkColor() {