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