1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-15 19:46:29 +02:00

Show a querylabel in the infobar if there's artist we can link it to

This commit is contained in:
Leo Franchi
2011-10-29 18:27:08 -04:00
parent ec66cf29f3
commit c1ee97fc40
12 changed files with 230 additions and 60 deletions

View File

@ -59,6 +59,7 @@ BreadcrumbButton::paintEvent( QPaintEvent* )
StyleHelper::horizontalHeader( &p, r ); // draw the background
qDebug() << "BREADCRUMBBUTTON PAINTING IN:" << r << mapToParent( r.topLeft() ) << m_curIndex.data();
if( !hasChildren() )
return;