From 2e3d33cc5c2a6c9e16abad8fb277de6320075d06 Mon Sep 17 00:00:00 2001 From: Ivan Ilyin Date: Mon, 21 May 2012 16:42:22 +0200 Subject: [PATCH] group fixes improves --- src/core/UB.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/UB.h b/src/core/UB.h index 86eaa5d9..ab8d3e9f 100644 --- a/src/core/UB.h +++ b/src/core/UB.h @@ -98,6 +98,7 @@ struct UBGraphicsItemData , ItemEditable//for text only , ItemOwnZValue , itemLayerType //use instead of deprecated ItemLayerType + , ItemUuid //storing uuid in QGraphicsItem for fast finding operations }; };