mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* No need to call loadSocialActions manually.
This commit is contained in:
@@ -98,7 +98,6 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
|
|||||||
m_sigmap->setMapping( m_loveAction, ActionLove );
|
m_sigmap->setMapping( m_loveAction, ActionLove );
|
||||||
|
|
||||||
connect( queries.first().data(), SIGNAL( socialActionsLoaded() ), SLOT( onSocialActionsLoaded() ) );
|
connect( queries.first().data(), SIGNAL( socialActionsLoaded() ), SLOT( onSocialActionsLoaded() ) );
|
||||||
m_queries.first()->loadSocialActions();
|
|
||||||
onSocialActionsLoaded();
|
onSocialActionsLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user