1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

use avatar icon in recently played tracks for not-found avatars

This commit is contained in:
Leo Franchi
2011-08-07 12:40:59 -04:00
parent 566880365a
commit 7df6e8c153

View File

@@ -188,7 +188,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
}
if ( pixmap.isNull() )
pixmap = QPixmap( RESPATH "images/no-album-art-placeholder.png" );
pixmap = QPixmap( RESPATH "images/user-avatar.png" );
painter->save();
{