Changes: display route legs in table; removed message table/button
[ptas] / zouba / src / route.h
index 5cdccd4..9a311b5 100644 (file)
@@ -51,6 +51,7 @@ public Q_SLOTS:
 
 Q_SIGNALS:
   void routeReady( QList<RouteData> );
+  void busy( bool busy );
 
 private Q_SLOTS:
   void replyFinished( QNetworkReply* );