Integrated friendlistview with dev.
[situare] / src / ui / friendlistitem.cpp
index 7bb7f5c..ce2ae5c 100644 (file)
@@ -128,7 +128,7 @@ void FriendListItem::setData(const User &user)
 
     shortenTexts();
 
-    m_imageLabel->setPixmap(QPixmap(":/res/images/dummy_Avatar.png"));
+    m_imageLabel->setPixmap(m_user.profileImage());
     m_nameLabel->setText(m_shortenedName);
     m_updatedLabel->setText(m_shortenedUpdated);
     m_statusTextLabel->setText(m_shortenedStatusText);