diff -r ab118b86bc54 -r 2913f96fd233 linkablemapobj.cpp --- a/linkablemapobj.cpp Wed May 30 15:23:07 2007 +0000 +++ b/linkablemapobj.cpp Tue Jul 17 11:19:51 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() {