Youtube video and text (draft).
[speedfreak] / Client / accelerationstart.h
index ecd2406..6502e1d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Acceleration start dialog
+ *
+ * @author      Jukka Kurttila <jukka.kurttila@fudeco.com>
+ * @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);