summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-22 18:46:40 +0100
committerTannin <devnull@localhost>2013-03-22 18:46:40 +0100
commit0a19f0433992be5f9791c8869380d09cd06b66b8 (patch)
tree12399954f7c1156ed1cacb24dac3a8574a513e7f /src/mainwindow.h
parent8b4e11060b37ad70754aa665ad59744eadd2dd1e (diff)
- 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
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