mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Update against attica >0.3 to fix attica proxy handling
This commit is contained in:
@@ -43,6 +43,7 @@ AtticaManager* AtticaManager::s_instance = 0;
|
||||
|
||||
AtticaManager::AtticaManager( QObject* parent )
|
||||
: QObject( parent )
|
||||
, m_manager( Attica::ProviderManager::ProviderFlags( Attica::ProviderManager::DisablePlugins ) )
|
||||
, m_resolverJobsLoaded( 0 )
|
||||
{
|
||||
connect( &m_manager, SIGNAL( providerAdded( Attica::Provider ) ), this, SLOT( providerAdded( Attica::Provider ) ) );
|
||||
|
Reference in New Issue
Block a user