1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 17:41:42 +02:00

warnings--

This commit is contained in:
Dominik Schmidt
2012-05-20 15:47:02 +02:00
parent 717b04623f
commit edb34eef59
19 changed files with 39 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ TrackInfoWidget::onStatsLoaded()
void
TrackInfoWidget::onSimilarArtistsLoaded()
{
Artist* artist = qobject_cast<Artist*>( sender() );
// Artist* artist = qobject_cast<Artist*>( sender() );
// m_albumsModel->addArtists( artist->similarArtists() );
}