mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Changed debug output and style cleanup.
This commit is contained in:
@@ -72,7 +72,6 @@ ResolverAccountFactory::createFromPath( const QString& path, const QString& fact
|
|||||||
ResolverAccount::ResolverAccount( const QString& accountId )
|
ResolverAccount::ResolverAccount( const QString& accountId )
|
||||||
: Account( accountId )
|
: Account( accountId )
|
||||||
{
|
{
|
||||||
|
|
||||||
const QString path = configuration()[ "path" ].toString();
|
const QString path = configuration()[ "path" ].toString();
|
||||||
setTypes( AccountType( ResolverType ) );
|
setTypes( AccountType( ResolverType ) );
|
||||||
|
|
||||||
@@ -141,7 +140,7 @@ ResolverAccount::authenticate()
|
|||||||
if ( m_resolver.isNull() )
|
if ( m_resolver.isNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
qDebug() << Q_FUNC_INFO << "Authenticating/starting resolver, exists?" << m_resolver;
|
tDebug() << Q_FUNC_INFO << "Authenticating/starting resolver, exists?" << m_resolver.data()->name();
|
||||||
|
|
||||||
if ( !m_resolver.data()->running() )
|
if ( !m_resolver.data()->running() )
|
||||||
m_resolver.data()->start();
|
m_resolver.data()->start();
|
||||||
@@ -259,9 +258,9 @@ AtticaResolverAccount::AtticaResolverAccount( const QString& accountId, const QS
|
|||||||
|
|
||||||
AtticaResolverAccount::~AtticaResolverAccount()
|
AtticaResolverAccount::~AtticaResolverAccount()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AtticaResolverAccount::loadIcon()
|
AtticaResolverAccount::loadIcon()
|
||||||
{
|
{
|
||||||
@@ -274,7 +273,6 @@ AtticaResolverAccount::loadIcon()
|
|||||||
|
|
||||||
if ( codeDir.exists() && codeDir.exists( "icon.png" ) )
|
if ( codeDir.exists() && codeDir.exists( "icon.png" ) )
|
||||||
m_icon.load( codeDir.absoluteFilePath( "icon.png" ) );
|
m_icon.load( codeDir.absoluteFilePath( "icon.png" ) );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user