Added a toggle button, and fields to set home and work addresses.
[ptas] / zouba / route.h
index badebda..139b67f 100644 (file)
@@ -52,6 +52,11 @@ public Q_SLOTS:
     */
   void setToLocation( const Location &location=Location() );
 
+  /*!
+    * \brief Toggles the route direction.
+    */
+  void toggleDirection();
+
 Q_SIGNALS:
   void routeReady( RouteData );