1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +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 QPixmap
TrackView::pixmap() const TrackView::pixmap() const
{ {
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection ); return model()->icon();
} }