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

* Add debug output.

This commit is contained in:
Christian Muehlhaeuser 2011-08-25 03:18:35 +02:00
parent 5f9f9481e7
commit 2010cb41c7

View File

@ -174,6 +174,7 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
}
const query_ptr& q = m_qids.value( qid );
tDebug() << q->toString() << results.count();
if ( !results.isEmpty() )
{
q->addResults( results );