mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
- Moved all_tab to parent class
- Fixed memory leak for all_tab
This commit is contained in:
@@ -40,7 +40,6 @@ class SearchTab : public QWidget, public Ui::search_engine
|
||||
QStandardItemModel *SearchListModel;
|
||||
SearchListDelegate *SearchDelegate;
|
||||
public:
|
||||
static QList<SearchTab*> *all_tab; // To store all tabs
|
||||
SearchTab(SearchEngine *parent);
|
||||
~SearchTab();
|
||||
bool loadColWidthSearchList();
|
||||
|
||||
Reference in New Issue
Block a user