fixed default avatar when no locations available

This commit is contained in:
csoler 2019-09-04 21:42:21 +02:00
parent 81e9cd1c51
commit e0623e6178
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -819,7 +819,7 @@ QVariant RsFriendListModel::decorationRole(const EntryIndex& entry,int col) cons
{
if(!isProfileExpanded(entry))
{
QPixmap sslAvatar;
QPixmap sslAvatar(AVATAR_DEFAULT_IMAGE);
const HierarchicalProfileInformation *hn = getProfileInfo(entry);