mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
Cleanups
This commit is contained in:
parent
a4421df9e9
commit
cdb70b05d2
@ -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() );
|
||||
|
||||
|
@ -95,4 +95,3 @@ private:
|
||||
|
||||
#endif // LASTFMPLUGIN_H
|
||||
|
||||
class A;
|
||||
|
@ -151,7 +151,3 @@ Q_DECLARE_METATYPE( PairList )
|
||||
|
||||
#endif // TOMAHAWKAPP_H
|
||||
|
||||
|
||||
struct A;
|
||||
|
||||
struct A;
|
||||
|
Loading…
x
Reference in New Issue
Block a user