summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 26e4c9dc..1484a1bf 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -46,7 +46,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "installationmanager.h"
#include "selfupdater.h"
#include "savegamegamebyro.h"
-#include "modlistsortproxy.h"
#include "pluginlistsortproxy.h"
#include "tutorialcontrol.h"
#include "savegameinfowidgetgamebryo.h"
@@ -56,6 +55,8 @@ namespace Ui {
}
class QToolButton;
+class ModListSortProxy;
+class ModListGroupCategoriesProxy;
class MainWindow : public QMainWindow, public MOBase::IOrganizer
{
@@ -239,6 +240,8 @@ private:
ModList m_ModList;
ModListSortProxy *m_ModListSortProxy;
+ QAbstractProxyModel *m_ModListGroupProxy;
+
PluginList m_PluginList;
PluginListSortProxy *m_PluginListSortProxy;
@@ -425,6 +428,7 @@ private slots: // ui slots
void on_espList_customContextMenuRequested(const QPoint &pos);
void on_displayCategoriesBtn_toggled(bool checked);
+ void on_groupCombo_currentIndexChanged(int index);
};
#endif // MAINWINDOW_H