mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
Update against attica >0.3 to fix attica proxy handling
This commit is contained in:
parent
d09145b06f
commit
608d0c30d0
@ -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 ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user