Merge branch 'master' into stacked_friends
[situare] / src / map / friendlocationitem.h
index e955d53..c1ba82b 100644 (file)
@@ -61,6 +61,8 @@ public:
 ******************************************************************************/
 public:
 
+    bool isPartOfGroup() const;
+
     /**
     * @brief getter for friends profile image URL
     *
@@ -75,6 +77,8 @@ public:
     */
     void setProfileImageUrl(const QUrl &url);
 
+    void setPartOfGroup(bool value);
+
     /**
     * @brief sets name for friend.
     *
@@ -114,6 +118,7 @@ signals:
 * DATA MEMBERS
 ******************************************************************************/
 private:
+    bool m_partOfGroup;
     QString m_userId; ///< Friends user ID
     QUrl m_profileImageUrl; ///< Friends Facebook profile image URL
 };