mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-26 15:25:04 +02:00
Fix merge
This commit is contained in:
@@ -200,10 +200,7 @@ ACLRegistry::queueNextJob()
|
||||
if ( m_jobCount != 0 )
|
||||
return;
|
||||
|
||||
<<<<<<< HEAD
|
||||
tDebug() << Q_FUNC_INFO << "jobQueue size = " << m_jobQueue.length();
|
||||
=======
|
||||
>>>>>>> master
|
||||
if ( !m_jobQueue.isEmpty() )
|
||||
{
|
||||
AclJobItem* job = m_jobQueue.dequeue();
|
||||
|
Reference in New Issue
Block a user