X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Froutedialog.h;h=ce4a6a5a4b7ec8833c438f812eff0a41a2df859c;hb=b6a86b11f0e3ee06d517d547c003b78237c50558;hp=333b0972bddac291cf8a1fae9995d5c0a8810e3c;hpb=e5596c8e8492c120bb15c404d3e0142061ad09ab;p=speedfreak diff --git a/Client/routedialog.h b/Client/routedialog.h index 333b097..ce4a6a5 100644 --- a/Client/routedialog.h +++ b/Client/routedialog.h @@ -12,12 +12,15 @@ class RouteDialog : public QDialog { public: RouteDialog(QWidget *parent = 0); ~RouteDialog(); + bool readRouteFromFile( QString &routeFile); protected: void changeEvent(QEvent *e); + void paintEvent(QPaintEvent *); private: Ui::RouteDialog *ui; + int left, top, right, bottom; // Limits in screen coordinates in route dialog private slots: void on_closePushButton_clicked();