SearchTab: use saveSettings() and loadSettings() to handle header state

This commit is contained in:
thalieht
2016-06-22 16:34:53 +03:00
parent 5255719661
commit b2144f7928
6 changed files with 31 additions and 42 deletions

View File

@@ -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: