BUGFIX: Fixed search engine bug that prevented a torrent from appearing more than

once among all tabs
This commit is contained in:
Christophe Dumez
2009-03-27 13:30:21 +00:00
parent cd9b6ec54e
commit 080965f0e5
5 changed files with 11 additions and 10 deletions

View File

@@ -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;