1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

* Don't try to resolve search queries when appending them to the SearchWidget's TrackModel.

This commit is contained in:
Christian Muehlhaeuser 2011-08-11 15:48:21 +02:00
parent 649d30e11b
commit 6d82ae0c4d

View File

@ -94,6 +94,7 @@ SearchWidget::onResultsFound( const QList<Tomahawk::result_ptr>& results )
rl << result;
Tomahawk::query_ptr q = result->toQuery();
q->setResolveFinished( true );
q->addResults( rl );
qDebug() << result->toString();