mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 04:10:20 +02:00
* Removed obsolete signal connections in RelatedArtistsContext.
This commit is contained in:
@@ -47,12 +47,6 @@ RelatedArtistsContext::RelatedArtistsContext()
|
|||||||
|
|
||||||
m_proxy = new QGraphicsProxyWidget();
|
m_proxy = new QGraphicsProxyWidget();
|
||||||
m_proxy->setWidget( m_relatedView );
|
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 ) ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user