diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index 456137c49..a8c7f7d7e 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -228,6 +228,7 @@ Query::addResults( const QList< Tomahawk::result_ptr >& newresults ) checkResults(); emit resultsAdded( newresults ); + emit resultsChanged(); } @@ -292,6 +293,7 @@ Query::removeResult( const Tomahawk::result_ptr& result ) emit resultsRemoved( result ); checkResults(); + emit resultsChanged(); }