@ -60,7 +60,6 @@ FriendWidget::FriendWidget(const Friend* f, bool compact)
: GenericChatroomWidget(compact)
, frnd{f}
, isDefaultAvatar{true}
, historyLoaded{false}
{
avatar->setPixmap(QPixmap(":/img/contact.svg"));
statusPic.setPixmap(QPixmap(":/img/status/dot_offline.svg"));
@ -59,7 +59,6 @@ protected:
public:
const Friend* frnd;
bool isDefaultAvatar;
bool historyLoaded;
};
#endif // FRIENDWIDGET_H