- Allow to close search tabs

This commit is contained in:
Christophe Dumez
2008-06-25 20:46:19 +00:00
parent dca80c3006
commit 3758c98d5e
2 changed files with 38 additions and 33 deletions

View File

@@ -55,8 +55,8 @@ class SearchEngine : public QWidget, public Ui::search_engine{
downloadThread *downloader;
QStringList enabled_engines;
QTimer *searchTimeout;
SearchTab *tab_search;
QList<SearchTab*> *all_tab; // To store all tabs
SearchTab *currentSearchTab;
QList<SearchTab*> all_tab; // To store all tabs
public:
SearchEngine(bittorrent *BTSession, QSystemTrayIcon *myTrayIcon, bool systrayIntegration);
~SearchEngine();