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

* Make sure onResolvingFinished gets called.

This commit is contained in:
Christian Muehlhaeuser 2011-08-24 03:02:26 +02:00
parent 895d65a24e
commit d47cafbebf

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