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:
@@ -813,7 +813,7 @@ TrackView::description() const
|
|||||||
QPixmap
|
QPixmap
|
||||||
TrackView::pixmap() const
|
TrackView::pixmap() const
|
||||||
{
|
{
|
||||||
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection );
|
return model()->icon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user