diff -r ab118b86bc54 -r 49f2d7a5f85d linkablemapobj.cpp --- a/linkablemapobj.cpp Wed May 30 15:23:07 2007 +0000 +++ b/linkablemapobj.cpp Wed Jul 18 10:15:46 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() {