mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* TrackInfoWidget's m_artist is obsolete.
This commit is contained in:
parent
e2d6b4f115
commit
8ddfa18833
@ -125,7 +125,6 @@ TrackInfoWidget::load( const query_ptr& query )
|
||||
}
|
||||
|
||||
m_query = query;
|
||||
m_artist = Artist::get( m_query->track()->artist() );
|
||||
m_title = QString( "%1 - %2" ).arg( query->track()->track() ).arg( query->track()->artist() );
|
||||
m_headerWidget->setCaption( m_title );
|
||||
|
||||
|
@ -91,7 +91,6 @@ private:
|
||||
BasicHeader* m_headerWidget;
|
||||
|
||||
Tomahawk::query_ptr m_query;
|
||||
Tomahawk::artist_ptr m_artist;
|
||||
|
||||
PlayableModel* m_relatedTracksModel;
|
||||
QString m_title;
|
||||
|
Loading…
x
Reference in New Issue
Block a user