summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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;