1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00
This commit is contained in:
Leo Franchi 2012-03-30 11:25:51 -04:00
parent a4421df9e9
commit cdb70b05d2
3 changed files with 1 additions and 5 deletions

View File

@ -270,6 +270,7 @@ LastFmAccount::hookupResolver()
const Attica::Content res = AtticaManager::instance()->resolverForId( "lastfm" );
const AtticaManager::ResolverState state = AtticaManager::instance()->resolverState( res );
Q_ASSERT( state == AtticaManager::Installed );
Q_UNUSED( state );
const AtticaManager::Resolver data = AtticaManager::instance()->resolverData( res.id() );

View File

@ -95,4 +95,3 @@ private:
#endif // LASTFMPLUGIN_H
class A;

View File

@ -151,7 +151,3 @@ Q_DECLARE_METATYPE( PairList )
#endif // TOMAHAWKAPP_H
struct A;
struct A;