1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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

View File

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