Merge branch 'master' into contact_dialog
[situare] / src / engine / engine.h
index 089f383..aacd9e5 100644 (file)
@@ -258,12 +258,9 @@ private slots:
     void routeTo(const GeoCoordinate &endPointCoordinates);
 
     /**
-    * @brief Shows contact dialog.
-    *
-    * Calls MainWindow showContactDialog with contact guid defined by contact's Facebook ID.
-    * @param facebookId contact's facebookId
+    * @brief Route to current cursor position
     */
-    void showContactDialog(const QString &facebookId);
+    void routeToCursor();
 
     /**
     * @brief Slot for setting auto centering state.
@@ -295,6 +292,14 @@ private slots:
     void setPowerSaving(bool enabled);
 
     /**
+    * @brief Shows contact dialog.
+    *
+    * Calls MainWindow showContactDialog with contact guid defined by contact's Facebook ID.
+    * @param facebookId contact's facebookId
+    */
+    void showContactDialog(const QString &facebookId);
+
+    /**
     * @brief Automatic update interval timer timeout.
     *
     * Requests update location if user has moved.