mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Fixed another pipeline bug.
This commit is contained in:
@@ -271,8 +271,6 @@ Pipeline::timeoutShunt( const query_ptr& q )
|
|||||||
{
|
{
|
||||||
qDebug() << "Reached end of pipeline for:" << q->toString();
|
qDebug() << "Reached end of pipeline for:" << q->toString();
|
||||||
setQIDState( q, 0 );
|
setQIDState( q, 0 );
|
||||||
if ( !m_queries_temporary.contains( q ) )
|
|
||||||
m_qids.remove( q->id() );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -302,8 +300,6 @@ Pipeline::shunt( const query_ptr& q )
|
|||||||
{
|
{
|
||||||
qDebug() << "Reached end of pipeline for:" << q->toString();
|
qDebug() << "Reached end of pipeline for:" << q->toString();
|
||||||
setQIDState( q, 0 );
|
setQIDState( q, 0 );
|
||||||
if ( !m_queries_temporary.contains( q ) )
|
|
||||||
m_qids.remove( q->id() );
|
|
||||||
|
|
||||||
q->onResolvingFinished();
|
q->onResolvingFinished();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user