From 0a19f0433992be5f9791c8869380d09cd06b66b8 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 22 Mar 2013 18:46:40 +0100 Subject: - support for grouping filters for mod list (incomplete) - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes --- src/mainwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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 . #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 -- cgit v1.3.1