added comment

preferencesAboutTextFull
Claudio Valerio 10 years ago
parent 92c4312981
commit 5c89e8a752
  1. 10
      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.
};
};

Loading…
Cancel
Save