From 3dc969a31fdb68709b52ec5f85522db72ffd3116 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 26 Jun 2012 17:53:43 -0400 Subject: [PATCH] Style fix --- src/libtomahawk/accounts/spotify/SpotifyAccount.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp index 194d75b53..d06409898 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp @@ -121,7 +121,6 @@ SpotifyAccount::init() void SpotifyAccount::delayedInit() { - connect( AtticaManager::instance(), SIGNAL( resolverInstalled( QString ) ), this, SLOT( resolverInstalled( QString ) ) ); const Attica::Content res = AtticaManager::instance()->resolverForId( s_resolverId );