mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
lfranchis suggestions
This commit is contained in:
@@ -308,7 +308,7 @@ Result::sourceIcon() const
|
||||
QPixmap avatar = collection()->source()->avatar( Source::FancyStyle );
|
||||
if ( !avatar )
|
||||
{
|
||||
avatar = TomahawkUtils::createAvatarFrame( QPixmap( RESPATH "images/user-avatar.png" ) );
|
||||
avatar = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultSourceAvatar, TomahawkUtils::AvatarInFrame );
|
||||
}
|
||||
return avatar;
|
||||
}
|
||||
|
Reference in New Issue
Block a user