- 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:27:54 +00:00
parent fe455970f1
commit 1cc039c147
4 changed files with 10 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;