mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 03:19:30 -04:00
fixed default avatar when no locations available
This commit is contained in:
parent
81e9cd1c51
commit
e0623e6178
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ QVariant RsFriendListModel::decorationRole(const EntryIndex& entry,int col) cons
|
||||||
{
|
{
|
||||||
if(!isProfileExpanded(entry))
|
if(!isProfileExpanded(entry))
|
||||||
{
|
{
|
||||||
QPixmap sslAvatar;
|
QPixmap sslAvatar(AVATAR_DEFAULT_IMAGE);
|
||||||
|
|
||||||
const HierarchicalProfileInformation *hn = getProfileInfo(entry);
|
const HierarchicalProfileInformation *hn = getProfileInfo(entry);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue