mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Moved all_tab to parent class
- Fixed memory leak for all_tab
This commit is contained in:
@@ -56,6 +56,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
|
||||
QStringList enabled_engines;
|
||||
QTimer *searchTimeout;
|
||||
SearchTab *tab_search;
|
||||
QList<SearchTab*> *all_tab; // To store all tabs
|
||||
public:
|
||||
SearchEngine(bittorrent *BTSession, QSystemTrayIcon *myTrayIcon, bool systrayIntegration);
|
||||
~SearchEngine();
|
||||
|
||||
Reference in New Issue
Block a user