Merge branch 'list_panel'
[situare] / src / ui / friendlistpanel.h
index 4fc1d2e..f308e07 100644 (file)
@@ -66,6 +66,17 @@ public slots:
     void reDrawFriendsPanel(int width, int height);
 
 /*******************************************************************************
+ * SIGNALS
+ ******************************************************************************/
+signals:
+    /**
+    * @brief Signal for friend finding.
+    *
+    * @param coordinates longitude and latitude values
+    */
+    void findFriend(const QPointF &coordinates);
+
+/*******************************************************************************
  * DATA MEMBERS
  ******************************************************************************/
 private: