1
0
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:
Leo Franchi
2012-05-19 17:40:53 -04:00
parent a3bcf52529
commit a36693bd4c

View File

@@ -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();