mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Cleanups
This commit is contained in:
@@ -270,6 +270,7 @@ LastFmAccount::hookupResolver()
|
|||||||
const Attica::Content res = AtticaManager::instance()->resolverForId( "lastfm" );
|
const Attica::Content res = AtticaManager::instance()->resolverForId( "lastfm" );
|
||||||
const AtticaManager::ResolverState state = AtticaManager::instance()->resolverState( res );
|
const AtticaManager::ResolverState state = AtticaManager::instance()->resolverState( res );
|
||||||
Q_ASSERT( state == AtticaManager::Installed );
|
Q_ASSERT( state == AtticaManager::Installed );
|
||||||
|
Q_UNUSED( state );
|
||||||
|
|
||||||
const AtticaManager::Resolver data = AtticaManager::instance()->resolverData( res.id() );
|
const AtticaManager::Resolver data = AtticaManager::instance()->resolverData( res.id() );
|
||||||
|
|
||||||
|
@@ -95,4 +95,3 @@ private:
|
|||||||
|
|
||||||
#endif // LASTFMPLUGIN_H
|
#endif // LASTFMPLUGIN_H
|
||||||
|
|
||||||
class A;
|
|
||||||
|
@@ -151,7 +151,3 @@ Q_DECLARE_METATYPE( PairList )
|
|||||||
|
|
||||||
#endif // TOMAHAWKAPP_H
|
#endif // TOMAHAWKAPP_H
|
||||||
|
|
||||||
|
|
||||||
struct A;
|
|
||||||
|
|
||||||
struct A;
|
|
||||||
|
Reference in New Issue
Block a user