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:
parent
bce56f280e
commit
da0664dfcb
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user