Commit 5c89e8a7 authored by Claudio Valerio's avatar Claudio Valerio

added comment

parent 92c43129
......@@ -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.
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment