Bug fixed: If you are logged in and result is sent in result dialog. If you want...
[speedfreak] / Client / resultdialog.h
index e8828c7..252e7ff 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * CarMainWindow main class
  *
- * @author     Janne Änäkkälä <janne.anakkala@fudeco.com>
+ * @author     Janne Änäkkälä   <janne.anakkala@fudeco.com>
+ * @author      Toni Jussila   <toni.jussila@fudeco.com>
  * @copyright  (c) 2010 Speed Freak team
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  */
@@ -10,7 +11,7 @@
 #define RESULTDIALOG_H
 
 #include <QDialog>
-//#include "measures.h"
+
 
 namespace Ui {
     class ResultDialog;
@@ -25,6 +26,8 @@ public:
     void setEnd(int pValue);
     void setValue(int pSpeed, double pTime);
     void setLabelInfoToUser(QString infoText);
+    double getResult();
+    void setSendServerButtonEnabled();
 
 signals:
     void sendresult(double);