mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Add an assert and debug
This commit is contained in:
parent
9adc4be099
commit
638718a48c
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user