Added highlight mode to FriendGroupItem and FriendLocationItem.
[situare] / src / map / friendlocationitem.h
index 1e2526d..3a5b1df 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <QObject>
 #include <QUrl>
+#include <QPixmap>
 
 #include "baselocationitem.h"
 
@@ -142,6 +143,8 @@ private:
     QUrl m_profileImageUrl; ///< Friends Facebook profile image URL
     QPoint m_mousePressPosition; ///< Mouse press position
     bool m_clickEvent;          ///< Flag to mark click event
+    QPixmap m_image;            ///< Normal item image
+    QPixmap m_highlightImage;   ///< Highlighted item image
 };
 
 #endif // FRIENDLOCATIONITEM_H