X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fgpsdata.h;h=165b937b4e7479ab2e290e81103168ab2df989a3;hb=4865e937cdb2108b9e7823e23a82911315e63768;hp=f24e6eb3e4dafc37bb7a708a284f3b7499a436d3;hpb=c63635d593264450967d1875c7c4849adb7e1d07;p=speedfreak diff --git a/Client/gpsdata.h b/Client/gpsdata.h index f24e6eb..165b937 100644 --- a/Client/gpsdata.h +++ b/Client/gpsdata.h @@ -24,6 +24,8 @@ public: void startRouteRecording(QString time); void stopRouteRecording(QString time); int roundCounter; //testing, move private!!! + double *getGpsDataArray(); + int getRoundCounter(); private: Maemo5Location *location;