X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fcarmainwindow.h;fp=Client%2Fcarmainwindow.h;h=0cfe583f745893b079b662068adc0a51dd54f8a0;hp=384a4aef8bd84521960a970ed4f70d4ca8ca3bb5;hb=b6a86b11f0e3ee06d517d547c003b78237c50558;hpb=22dc1e626b0a47b33e5e13ec3ab117235e3f3beb diff --git a/Client/carmainwindow.h b/Client/carmainwindow.h index 384a4ae..0cfe583 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -110,7 +110,7 @@ private: double currentAcceleration; double currentTime; double previousTime; - double firstAcceleration; + //double firstAcceleration; QTimer *accelerometerTimer; QTime stopWatch; @@ -137,6 +137,7 @@ signals: void userNameChanged(); private slots: + void on_calibrateButton_clicked(); void gpsTimerTimeout(); //Route-tab view void on_startRecPushButton_clicked(); //Route-tab view void on_pushButtonShowResultDialog_clicked();