mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Emit resultsChanged() after adding / removing results in a Query.
This commit is contained in:
@@ -228,6 +228,7 @@ Query::addResults( const QList< Tomahawk::result_ptr >& newresults )
|
|||||||
|
|
||||||
checkResults();
|
checkResults();
|
||||||
emit resultsAdded( newresults );
|
emit resultsAdded( newresults );
|
||||||
|
emit resultsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -292,6 +293,7 @@ Query::removeResult( const Tomahawk::result_ptr& result )
|
|||||||
|
|
||||||
emit resultsRemoved( result );
|
emit resultsRemoved( result );
|
||||||
checkResults();
|
checkResults();
|
||||||
|
emit resultsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user