summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-27 14:55:20 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:14 +0100
commitd0512da75805be194d949a6d6bac8184314da0e6 (patch)
tree27758203a442e3e90510d8c5d8f89848d6f5ffd8 /src/mainwindow.h
parentbe0d6aef00891286f33242073627611413ad79c4 (diff)
Use an intermediate structure to store the separator tree.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f8910361..19a1b179 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -26,6 +26,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "imoinfo.h"
#include "iuserinterface.h"
#include "modinfo.h"
+#include "modlistbypriorityproxy.h"
#include "modlistsortproxy.h"
#include "tutorialcontrol.h"
#include "plugincontainer.h" //class PluginContainer;
@@ -297,6 +298,7 @@ private:
QStringList m_DefaultArchives;
ModListSortProxy *m_ModListSortProxy;
+ ModListByPriorityProxy *m_ModListByPriorityProxy;
PluginListSortProxy *m_PluginListSortProxy;