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 enum Enum
{ {
PolygonItemType = QGraphicsItem::UserType + 1, PolygonItemType = QGraphicsItem::UserType + 1, //65537
PixmapItemType, PixmapItemType,
SvgItemType, SvgItemType,
DelegateButtonType, DelegateButtonType, //65540
MediaItemType, MediaItemType,
PDFItemType, PDFItemType,
TextItemType, TextItemType,
CurtainItemType, CurtainItemType,
RulerItemType, RulerItemType, //65545
CompassItemType, CompassItemType,
ProtractorItemType, ProtractorItemType,
StrokeItemType, StrokeItemType,
TriangleItemType, TriangleItemType,
MagnifierItemType, MagnifierItemType, //65550
cacheItemType, cacheItemType,
groupContainerType, groupContainerType,
ToolWidgetItemType, ToolWidgetItemType,
GraphicsWidgetItemType, GraphicsWidgetItemType,
UserTypesCount, UserTypesCount, //65555
SelectionFrameType// this line must be the last line in this enum because it is types counter. SelectionFrameType// this line must be the last line in this enum because it is types counter.
}; };
}; };

Loading…
Cancel
Save