X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Froutedialog.h;h=6ffb865be9c3b8bb22a440dc5cf8e371bfe0cf23;hb=ac84b058f9433e99aee2f560ef4f4e634d6900f7;hp=1d70aaab1cdae684fa249f59965f8457c5dfdeee;hpb=e753d97cfeafbe574fbd6f51c4f06dfebd0141e4;p=speedfreak diff --git a/Client/routedialog.h b/Client/routedialog.h index 1d70aaa..6ffb865 100644 --- a/Client/routedialog.h +++ b/Client/routedialog.h @@ -3,8 +3,8 @@ * * @author Olavi Pulkkinen * @author Toni Jussila - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ #ifndef ROUTEDIALOG_H @@ -18,6 +18,7 @@ namespace Ui { class RouteDialog : public QDialog { Q_OBJECT + public: RouteDialog(QWidget *parent = 0); ~RouteDialog(); @@ -27,6 +28,7 @@ public: int getRight(); int getBottom(); void setLabelInfoToUser(QString infoText); + void setSendServerButtonEnabled(); signals: void sendroute();