Fixed minor bugs
[speedfreak] / Client / routedialog.h
index 9f68617..a82dbd1 100644 (file)
@@ -34,7 +34,7 @@ public:
     HelpRoutingDialog *helpRoutingDialog;
 
 signals:
-    void sendroute();
+    void sendroute(QString,int);
     void progressbar(int);
 
 protected:
@@ -45,6 +45,7 @@ private:
     Ui::RouteDialog *ui;
     int left, top, right, bottom;       // Limits in screen coordinates in route dialog
     void checkLogin();
+    QString fileName;
 
 private slots:
     void on_pushButtonInfo_clicked();