Commit 56f4b016 authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: fix album art showing again in views

parent 170c0374
...@@ -42,7 +42,7 @@ QPixmap VLCModel::getArtPixmap( const QModelIndex & index, const QSize & size ) ...@@ -42,7 +42,7 @@ QPixmap VLCModel::getArtPixmap( const QModelIndex & index, const QSize & size )
{ {
QString artUrl; QString artUrl;
artUrl = index.model()->index( index.row(), artUrl = index.model()->index( index.row(),
COLUMN_COVER, columnFromMeta( COLUMN_COVER ),
index.parent() ) index.parent() )
.data().toString(); .data().toString();
QPixmap artPix; QPixmap artPix;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment