1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

* And even more Pipeline cleanups.

This commit is contained in:
Christian Muehlhaeuser 2011-07-20 04:53:43 +02:00
parent 7ab0a3093e
commit 463eb2bfd8

View File

@ -262,10 +262,6 @@ Pipeline::timeoutShunt( const query_ptr& q )
m_qidsTimeout.remove( q->id() );
shunt( q );
}
else
{
setQIDState( q, 0 );
}
}
@ -380,8 +376,8 @@ Pipeline::decQIDState( const Tomahawk::query_ptr& query )
else
{
// qDebug() << Q_FUNC_INFO << "removing" << query->id() << state;
if ( m_qidsState.remove( query->id() ) )
qDebug() << "Queries running:" << m_qidsState.count();
m_qidsState.remove( query->id() );
// qDebug() << "Queries running:" << m_qidsState.count();
}
return state;