mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
- Fixed row color update
- Code cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ class SearchTab : public QWidget, public Ui::search_engine
|
||||
SearchListDelegate *SearchDelegate;
|
||||
public:
|
||||
static QList<SearchTab*> *all_tab; // To store all tabs
|
||||
SearchTab(QString &title,QTabWidget *tab_barWidget, SearchEngine *searchEngi);
|
||||
SearchTab(SearchEngine *parent);
|
||||
~SearchTab();
|
||||
bool loadColWidthSearchList();
|
||||
QLabel * getCurrentLabel();
|
||||
|
||||
Reference in New Issue
Block a user