X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Faccelerationstart.h;h=6502e1d0c4ada323a82c67e3407c9a1d460c1d10;hp=e524f882acfc8788e928f725e558dfe792a8e71e;hb=2c3102952d9d85f23b0e2fc5bb52bd5e6fc559f6;hpb=d1eaf0805e80ba0e9de04d6d91eca7f9dda769e7 diff --git a/Client/accelerationstart.h b/Client/accelerationstart.h index e524f88..6502e1d 100644 --- a/Client/accelerationstart.h +++ b/Client/accelerationstart.h @@ -20,6 +20,7 @@ class accelerationstart : public QDialog { public: accelerationstart(QWidget *parent = 0); ~accelerationstart(); + QString getMeasureCategory(); protected: void changeEvent(QEvent *e); @@ -28,6 +29,7 @@ private: Ui::accelerationstart *ui; AccRealTimeDialog* accRealTimeDialog; double stopMeasureSpeed; + QString measureCategory; private slots: void on_categorComboBox_currentIndexChanged(int index);