Added new class AvatarImage.
[situare] / src / ui / friendlistitem.h
index acfa7cf..a07161f 100644 (file)
@@ -27,7 +27,6 @@
 #include <QListWidgetItem>
 
 #include "../user/user.h"
-#include "situareuser.h"
 
 class QLabel;
 
@@ -103,10 +102,17 @@ private:
     void setText(bool expanded);
 
 /******************************************************************************
+* SIGNALS
+******************************************************************************/
+signals:
+    void findButtonClicked(const QPointF &coordinates);
+
+/******************************************************************************
 * DATA MEMBERS
 ******************************************************************************/
 private:
     bool m_expanded;                ///< Item expanded state
+    QLabel *m_distanceLabel;        ///< Distance to friend label
     QLabel *m_imageLabel;           ///< Image label
     QLabel *m_locationLabel;        ///< Location label
     QPoint m_mousePosition;         ///< Current mouse press position