1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

* QueryLabel automatically does the right thing when clicking an artist label.

This commit is contained in:
Christian Muehlhaeuser 2014-08-27 21:27:03 +02:00
parent 7bc80c0c1b
commit 313cba4c29

View File

@ -85,7 +85,6 @@ ColumnViewPreviewWidget::ColumnViewPreviewWidget( ColumnView* parent )
m_artistLabel->setElideMode( Qt::ElideMiddle );
m_artistLabel->setType( QueryLabel::Artist );
m_artistLabel->setAlignment( Qt::AlignCenter );
connect( m_artistLabel, SIGNAL( clickedArtist() ), SLOT( onArtistClicked() ) );
font.setPointSize( TomahawkUtils::defaultFontSize() + 5 );
m_artistLabel->setFont( font );
QHBoxLayout* artistLayout = new QHBoxLayout;