Skip to content

Commit

Permalink
PlayableModel has icon(), let's use it.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Jan 20, 2013
1 parent e0b31b0 commit e724b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtomahawk/playlist/TrackView.cpp
Expand Up @@ -813,7 +813,7 @@ TrackView::description() const
QPixmap
TrackView::pixmap() const
{
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection );
return model()->icon();
}


Expand Down

0 comments on commit e724b14

Please sign in to comment.