Bugfix: When user has been registered succesfully all informations stays in registera...
[speedfreak] / Client / resultdialog.h
index 9126822..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
  */
@@ -26,9 +27,10 @@ public:
     void setValue(int pSpeed, double pTime);
     void setLabelInfoToUser(QString infoText);
     double getResult();
+    void setSendServerButtonEnabled();
 
 signals:
-    void sendresult();
+    void sendresult(double);
 
 protected:
     void changeEvent(QEvent *e);