Fixed comments
[situare] / src / ui / mapviewscreen.h
index b33317e..ccea38b 100644 (file)
@@ -54,7 +54,17 @@ private slots:
     */
     void searchMap();
     
+    /**
+    * @brief Slot to catch signal when user location is fetched
+    *
+    * @param user User data
+    */
     void userLocationReady(User *user);
+    /**
+    * @brief Slot to catch signal when friend list locations are fetched
+    *
+    * @param friendsList Friends list data
+    */
     void friendsLocationsReady(QList<User *> &friendsList);
 
 /*******************************************************************************