1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-05 01:52:28 +02:00

Fetch subscribers and collaboration changes

This commit is contained in:
Hugo Lindström
2012-08-21 23:46:38 +02:00
parent 02a1296101
commit 10208a8efd
9 changed files with 64 additions and 6 deletions

View File

@@ -569,6 +569,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
const QRect subRect( o.rect.right() - padding - imgWidth, o.rect.top() + padding, imgWidth, imgWidth );
painter->drawPixmap( subRect, icon );
}
if ( plItem->collaborative() )
{
const int imgWidth = m_collaborativeOn.size().width();