diff -r 31c6ce8efbc7 -r 4244bcd9e6ea mapobj.cpp --- a/mapobj.cpp Thu Mar 24 21:10:38 2005 +0000 +++ b/mapobj.cpp Thu Sep 22 12:56:05 2005 +0000 @@ -1,4 +1,5 @@ #include "mapobj.h" +#include "misc.h" ///////////////////////////////////////////////////////////////// // MapObj @@ -70,6 +71,11 @@ return bbox.height(); } +QString MapObj::getPos() +{ + return qpointToString(absPos); +} + void MapObj::move (double x, double y) { int xi=static_cast (x);