summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-04 07:14:06 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-04 07:14:06 -0400
commitea3840a39deacf269c1859389c3b1847bcbdb93b (patch)
tree2957b184e9354cc264774f40fd6a5cdc44524a1c /src/mainwindow.h
parentf387a670d119e501c5750b7efa1d3c11832ccf8c (diff)
removed registerWidgetState(), was used just for header list headers, now saved and restored directly
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5ddb9bef..46f04784 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -316,8 +316,6 @@ private:
void dropLocalFile(const QUrl &url, const QString &outputDir, bool move);
- bool registerWidgetState(const QString &name, QHeaderView *view, const char *oldSettingName = nullptr);
-
void sendSelectedModsToPriority(int newPriority);
void sendSelectedPluginsToPriority(int newPriority);
@@ -405,8 +403,6 @@ private:
bool m_showArchiveData{ true };
- std::vector<std::pair<QString, QHeaderView*>> m_PersistedGeometry;
-
MOBase::DelayedFileWriter m_ArchiveListWriter;
QAction* m_LinkToolbar;
@@ -604,10 +600,7 @@ private slots:
void expandModList(const QModelIndex &index);
- /**
- * @brief resize columns in mod list and plugin list to content
- */
- void resizeLists(bool modListCustom, bool pluginListCustom);
+ void resizeLists(bool pluginListCustom);
/**
* @brief allow columns in mod list and plugin list to be resized