X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fcarmainwindow.h;h=934a48c200c029b1fa2b1c25872ad4fcc7524df5;hp=9d8f5732b0013c8edce4a74a0b99674b14821ec7;hb=acab884d9184ede381917fe2f4cd6786b7fc1ceb;hpb=19de2d1e56384bfe5373558e68f29e469d09a348 diff --git a/Client/carmainwindow.h b/Client/carmainwindow.h index 9d8f573..934a48c 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -83,6 +83,7 @@ private: void initializeMeasures(); void resetAccelerometerMeasurements(); void calibrateAccelerometer(); + void setTimeAxisGapAndShowResult(double pTime); private: QStringList accelerationCategoriesStartTab; //Start-tab view @@ -123,6 +124,8 @@ private: QDateTime *gpsTime; + int counterForSaveResults; + signals: void speedAchieved(); void userNameChanged();