mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
* Tint breadcrumb icon.
This commit is contained in:
@@ -68,7 +68,7 @@ Breadcrumb::setModel( QAbstractItemModel* model )
|
||||
void
|
||||
Breadcrumb::setRootIcon( const QPixmap& pm )
|
||||
{
|
||||
m_rootIcon = pm;
|
||||
m_rootIcon = TomahawkUtils::tinted( pm, Qt::white );
|
||||
|
||||
QPushButton* button = new QPushButton( QIcon( m_rootIcon ), "", this );
|
||||
button->setFlat( true );
|
||||
|
Reference in New Issue
Block a user