From 382ae78a0bf75892827321b052c6afbd195476bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 1 Feb 2015 18:54:58 +0100 Subject: Fix NagUtils and hack GroupView to work --- logic/InstanceList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/InstanceList.h') 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 #include #include -#include #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 }; -- cgit v1.2.3