1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-08 21:20:45 +02:00

* Make sure onResolvingFinished gets called.

This commit is contained in:
Christian Muehlhaeuser
2011-08-24 03:02:26 +02:00
parent 756ff7c869
commit 0a0c8607fc

View File

@@ -275,6 +275,8 @@ Pipeline::shunt( const query_ptr& q )
else
{
setQIDState( q, 0 );
if ( !q->solved() || q->isFullTextQuery() )
q->onResolvingFinished();
}
shuntNext();