mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Style fix
This commit is contained in:
@@ -121,7 +121,6 @@ SpotifyAccount::init()
|
|||||||
void
|
void
|
||||||
SpotifyAccount::delayedInit()
|
SpotifyAccount::delayedInit()
|
||||||
{
|
{
|
||||||
|
|
||||||
connect( AtticaManager::instance(), SIGNAL( resolverInstalled( QString ) ), this, SLOT( resolverInstalled( QString ) ) );
|
connect( AtticaManager::instance(), SIGNAL( resolverInstalled( QString ) ), this, SLOT( resolverInstalled( QString ) ) );
|
||||||
|
|
||||||
const Attica::Content res = AtticaManager::instance()->resolverForId( s_resolverId );
|
const Attica::Content res = AtticaManager::instance()->resolverForId( s_resolverId );
|
||||||
|
Reference in New Issue
Block a user