mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 01:52:28 +02:00
* Added ViewPage title for TrackInfoWidget.
This commit is contained in:
@@ -111,6 +111,7 @@ TrackInfoWidget::load( const query_ptr& query )
|
||||
{
|
||||
m_query = query;
|
||||
m_artist = Artist::get( m_query->artist() );
|
||||
m_title = QString( "%1 - %2" ).arg( query->artist() ).arg( query->track() );
|
||||
|
||||
if ( !m_query.isNull() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user