mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Don't assert out on too late results.
This commit is contained in:
@@ -169,8 +169,7 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
|||||||
|
|
||||||
if ( !m_qids.contains( qid ) )
|
if ( !m_qids.contains( qid ) )
|
||||||
{
|
{
|
||||||
qDebug() << "reportResults called for unknown QID" << qid;
|
qDebug() << "Result arrived too late for:" << qid;
|
||||||
Q_ASSERT( false );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user