diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-01 18:54:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:17 +0200 |
commit | 382ae78a0bf75892827321b052c6afbd195476bc (patch) | |
tree | 9e06d49f018dc8cd689372b6a9c51c2a2c9f219e /logic/InstanceList.h | |
parent | aa70ed2244700dbcc93c1fadb22edc1c1caede37 (diff) | |
download | MultiMC-382ae78a0bf75892827321b052c6afbd195476bc.tar MultiMC-382ae78a0bf75892827321b052c6afbd195476bc.tar.gz MultiMC-382ae78a0bf75892827321b052c6afbd195476bc.tar.lz MultiMC-382ae78a0bf75892827321b052c6afbd195476bc.tar.xz MultiMC-382ae78a0bf75892827321b052c6afbd195476bc.zip |
Fix NagUtils and hack GroupView to work
Diffstat (limited to 'logic/InstanceList.h')
-rw-r--r-- | logic/InstanceList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/InstanceList.h b/logic/InstanceList.h index ac3dc848..9600ffe9 100644 --- a/logic/InstanceList.h +++ b/logic/InstanceList.h @@ -18,7 +18,6 @@ #include <QObject> #include <QAbstractListModel> #include <QSet> -#include <gui/groupview/GroupedProxyModel.h> #include "logic/BaseInstance.h" @@ -47,6 +46,7 @@ public: enum AdditionalRoles { + GroupRole = Qt::UserRole, InstancePointerRole = 0x34B1CB48, ///< Return pointer to real instance InstanceIDRole = 0x34B1CB49 ///< Return id if the instance }; |