mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
SearchTab: use saveSettings() and loadSettings() to handle header state
This commit is contained in:
@@ -75,7 +75,6 @@ public:
|
||||
QTreeView* getCurrentTreeView() const;
|
||||
QHeaderView* header() const;
|
||||
|
||||
bool loadColWidthResultsList();
|
||||
void setRowColor(int row, const QColor &color);
|
||||
|
||||
enum class Status
|
||||
@@ -96,6 +95,8 @@ public slots:
|
||||
void downloadItem(const QModelIndex &index);
|
||||
|
||||
private slots:
|
||||
void loadSettings();
|
||||
void saveSettings() const;
|
||||
void updateFilter();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user