summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-02-08 22:59:35 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-02-08 22:59:35 +0100
commit0c4cdb89ade12cacb7e69b0d913a7c83fe7b344a (patch)
tree45bae792f58a180e1029f8fae69f570937cd097d /src/mainwindow.h
parent28b0411ccaec2ca39685c9b6931fa46e09d484fb (diff)
Changed the data tab to remember the current expanded folders when hiding or un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5c8e4ebc..d7708da6 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -122,6 +122,7 @@ public:
bool addProfile();
void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
void refreshDataTree();
+ void refreshDataTreeKeepExpandedNodes();
void refreshSaveList();
void setModListSorting(int index);