X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Faccelerationstart.h;h=6502e1d0c4ada323a82c67e3407c9a1d460c1d10;hp=ecd2406cbe4119771a89d86423df09763761cb1e;hb=674c387dc5c82ed543e1e32cec87e9e78d00748d;hpb=418c218ef417574ba034cb26d65da388aba852d0 diff --git a/Client/accelerationstart.h b/Client/accelerationstart.h index ecd2406..6502e1d 100644 --- a/Client/accelerationstart.h +++ b/Client/accelerationstart.h @@ -1,3 +1,10 @@ +/* + * Acceleration start dialog + * + * @author Jukka Kurttila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ #ifndef ACCELERATIONSTART_H #define ACCELERATIONSTART_H @@ -13,6 +20,7 @@ class accelerationstart : public QDialog { public: accelerationstart(QWidget *parent = 0); ~accelerationstart(); + QString getMeasureCategory(); protected: void changeEvent(QEvent *e); @@ -21,6 +29,7 @@ private: Ui::accelerationstart *ui; AccRealTimeDialog* accRealTimeDialog; double stopMeasureSpeed; + QString measureCategory; private slots: void on_categorComboBox_currentIndexChanged(int index);