Merge branch 'master' into locationlistview
[situare] / src / ui / friendlistpanel.h
index 50350a9..d605ca8 100644 (file)
@@ -35,6 +35,7 @@ class GeoCoordinate;
 class ListView;
 class User;
 class Location;
+class LocationListView;
 
 /**
 * @brief Class for sliding friends list panel
@@ -104,6 +105,8 @@ signals:
     */
     void findFriend(const GeoCoordinate &coordinates);
 
+    void locationItemClicked(GeoCoordinate &swBound, GeoCoordinate &neBound);
+
 /*******************************************************************************
  * DATA MEMBERS
  ******************************************************************************/
@@ -112,7 +115,7 @@ private:
     QLabel *m_friendListLabel;          ///< Friend list label
     QPushButton *m_clearFilterButton;   ///< Button to clear list filtering
     ListView *m_friendListView;         ///< Friend list view
-    ListView *m_locationListView;
+    LocationListView *m_locationListView;
     FriendListItemDelegate *m_friendListItemDelegate;   ///< Friend list item delegate
 };