1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* Removed obsolete signal connections in RelatedArtistsContext.

This commit is contained in:
Christian Muehlhaeuser 2012-05-28 14:17:53 +02:00
parent be52d81248
commit 684f33a99f

View File

@ -47,12 +47,6 @@ RelatedArtistsContext::RelatedArtistsContext()
m_proxy = new QGraphicsProxyWidget();
m_proxy->setWidget( m_relatedView );
connect( Tomahawk::InfoSystem::InfoSystem::instance(),
SIGNAL( info( Tomahawk::InfoSystem::InfoRequestData, QVariant ) ),
SLOT( infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData, QVariant ) ) );
connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( finished( QString ) ), SLOT( infoSystemFinished( QString ) ) );
}