summaryrefslogtreecommitdiffstats
path: root/logic/InstanceList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/InstanceList.h')
-rw-r--r--logic/InstanceList.h2
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
};