diff --git a/src/core/UB.h b/src/core/UB.h index d54d192d..21ba376c 100644 --- a/src/core/UB.h +++ b/src/core/UB.h @@ -143,25 +143,25 @@ struct UBGraphicsItemType { enum Enum { - PolygonItemType = QGraphicsItem::UserType + 1, + PolygonItemType = QGraphicsItem::UserType + 1, //65537 PixmapItemType, SvgItemType, - DelegateButtonType, + DelegateButtonType, //65540 MediaItemType, PDFItemType, TextItemType, CurtainItemType, - RulerItemType, + RulerItemType, //65545 CompassItemType, ProtractorItemType, StrokeItemType, TriangleItemType, - MagnifierItemType, + MagnifierItemType, //65550 cacheItemType, groupContainerType, ToolWidgetItemType, GraphicsWidgetItemType, - UserTypesCount, + UserTypesCount, //65555 SelectionFrameType// this line must be the last line in this enum because it is types counter. }; };