mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-19 15:37:01 +01:00
* Emit resultsChanged() after adding / removing results in a Query.
This commit is contained in:
parent
ad0be3aa3c
commit
2004977b09
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user