X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fresultdialog.h;h=252e7ff1e2899c3dee4a51f853bebbdc7ef0f9c2;hp=e8828c7cf95d26519739ed575b22bdb30324dbc4;hb=8bc16dde57946bf3d217401e01061327867da370;hpb=9de94ffc9dac2ad13fda5703e58553737e1a0d42 diff --git a/Client/resultdialog.h b/Client/resultdialog.h index e8828c7..252e7ff 100644 --- a/Client/resultdialog.h +++ b/Client/resultdialog.h @@ -1,7 +1,8 @@ /* * CarMainWindow main class * - * @author Janne Änäkkälä + * @author Janne Änäkkälä + * @author Toni Jussila * @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 -//#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);