1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

* QueryLabel doesn't support setTextPen any longer.

This commit is contained in:
Christian Muehlhaeuser 2013-01-20 06:22:18 +01:00
parent bce56f280e
commit da0664dfcb

View File

@ -83,7 +83,6 @@ InfoBar::InfoBar( QWidget* parent )
m_queryLabel = new QueryLabel( this );
m_queryLabel->setType( QueryLabel::Artist );
m_queryLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred );
m_queryLabel->setTextPen( palette().brightText().color() );
m_queryLabel->setFont( boldFont );
m_queryLabel->hide();
connect( m_queryLabel, SIGNAL( clickedArtist() ), this, SLOT( artistClicked() ) );