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:
@@ -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" );
|
||||
|
Reference in New Issue
Block a user