1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Useless parentheses.

This commit is contained in:
Christian Muehlhaeuser
2014-08-25 14:40:16 +02:00
parent ae039731b6
commit a4367be07b

View File

@@ -246,8 +246,7 @@ SourceDelegate::paintCollection( QPainter* painter, const QStyleOptionViewItem&
}
avatar = colItem->pixmap( iconRect.size() );
isPlaying = !( colItem->source()->currentTrack().isNull() );
isPlaying = !colItem->source()->currentTrack().isNull();
desc = colItem->source()->textStatus();
if ( colItem->source().isNull() )
desc = tr( "All available tracks" );