mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Fixed search engine bug that prevented a torrent from appearing more
than once among all tabs
This commit is contained in:
@@ -41,7 +41,6 @@ class SearchEngine : public QWidget, public Ui::search_engine{
|
||||
|
||||
private:
|
||||
// Search related
|
||||
QHash<QString, QString> searchResultsUrls;
|
||||
QProcess *searchProcess;
|
||||
bool search_stopped;
|
||||
bool no_search_results;
|
||||
|
||||
Reference in New Issue
Block a user