1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

PlayableModel has icon(), let's use it.

This commit is contained in:
Teo Mrnjavac
2013-01-20 22:48:19 +01:00
parent e0b31b037a
commit e724b144a4

View File

@@ -813,7 +813,7 @@ TrackView::description() const
QPixmap
TrackView::pixmap() const
{
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection );
return model()->icon();
}