X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Froutedialog.h;h=85d4aadc519959f1a29899f2868c9b26513f0ae2;hp=708e74a59f48f8425c881465345413a27fe12a99;hb=aa40ce55230787b7a57cc0588cd7e56d30a89dd2;hpb=9de94ffc9dac2ad13fda5703e58553737e1a0d42 diff --git a/Client/routedialog.h b/Client/routedialog.h index 708e74a..85d4aad 100644 --- a/Client/routedialog.h +++ b/Client/routedialog.h @@ -1,9 +1,10 @@ /* * RouteDialog class * - * @author Olavi Pulkkinen - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @author Olavi Pulkkinen + * @author Toni Jussila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ #ifndef ROUTEDIALOG_H @@ -17,6 +18,7 @@ namespace Ui { class RouteDialog : public QDialog { Q_OBJECT + public: RouteDialog(QWidget *parent = 0); ~RouteDialog(); @@ -26,6 +28,7 @@ public: int getRight(); int getBottom(); void setLabelInfoToUser(QString infoText); + void setSendServerButtonEnabled(); signals: void sendroute(); @@ -37,6 +40,7 @@ protected: private: Ui::RouteDialog *ui; int left, top, right, bottom; // Limits in screen coordinates in route dialog + void checkLogin(); private slots: void on_sendPushButton_clicked();