mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Add an assert and debug
This commit is contained in:
@@ -107,6 +107,9 @@ ResolverAccount::~ResolverAccount()
|
||||
void
|
||||
ResolverAccount::authenticate()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << "Authenticating/starting resolver, exists?" << m_resolver;
|
||||
Q_ASSERT( m_resolver );
|
||||
|
||||
if ( !m_resolver->running() )
|
||||
m_resolver->start();
|
||||
|
||||
|
Reference in New Issue
Block a user