diff --git a/src/libtomahawk/pipeline.cpp b/src/libtomahawk/pipeline.cpp index 211cdd77a..b11a54e08 100644 --- a/src/libtomahawk/pipeline.cpp +++ b/src/libtomahawk/pipeline.cpp @@ -174,7 +174,7 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results ) const query_ptr& q = m_qids.value( qid ); if ( !results.isEmpty() ) { - //qDebug() << Q_FUNC_INFO << qid; +// qDebug() << Q_FUNC_INFO << qid; q->addResults( results ); foreach( const result_ptr& r, q->results() ) @@ -295,6 +295,8 @@ Pipeline::shunt( const query_ptr& q ) { qDebug() << "Reached end of pipeline for:" << q->toString(); setQIDState( q, 0 ); + + q->onResolvingFinished(); } shuntNext(); diff --git a/src/libtomahawk/utils/querylabel.cpp b/src/libtomahawk/utils/querylabel.cpp index d765f65dd..19a1f61ce 100644 --- a/src/libtomahawk/utils/querylabel.cpp +++ b/src/libtomahawk/utils/querylabel.cpp @@ -1,5 +1,5 @@ /* === This file is part of Tomahawk Player - === - * + * * Copyright 2010-2011, Christian Muehlhaeuser * * Tomahawk is free software: you can redistribute it and/or modify