mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
committed by
GitHub
parent
d2fceaa228
commit
5ef2a1df07
@@ -508,7 +508,7 @@ void SearchJobWidget::searchFailed()
|
||||
setStatus(Status::Error);
|
||||
}
|
||||
|
||||
void SearchJobWidget::appendSearchResults(const QVector<SearchResult> &results)
|
||||
void SearchJobWidget::appendSearchResults(const QList<SearchResult> &results)
|
||||
{
|
||||
for (const SearchResult &result : results)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user