Merge branch 'master' into locationlistview
[situare] / src / engine / engine.h
index 8a1dd24..31b4857 100644 (file)
@@ -89,13 +89,6 @@ public slots:
     void fetchUsernameFromSettings();
 
     /**
-    * @brief Slot to intercept signal when location search results are ready
-    *
-    * @param result list if location search results
-    */
-    void locationDataReady(QList<Location> &result);
-
-    /**
     * @brief Slot to intercept signal when location search is issued
     *
     * @param location QString location
@@ -317,6 +310,13 @@ signals:
     void friendImageReady(User *user);
 
     /**
+    * @brief Emited when location request is parsed and is ready for further processing
+    *
+    * @param result List of Location items
+    */
+    void locationDataParsed(QList<Location> &result);
+
+    /**
     * @brief Signals when new user data is ready
     *
     * @param user Instance of User