diff --git a/src/qlightroundtextitem.h b/src/qlightroundtextitem.h index 5c3000c..c3f84c9 100644 --- a/src/qlightroundtextitem.h +++ b/src/qlightroundtextitem.h @@ -28,7 +28,7 @@ class QLightRoundTextItem : public QAbstractGraphicsShapeItem { public: - enum { Type = UserType + 1 }; + enum { Type = UserType + 1 }; QLightRoundTextItem( QGraphicsItem * parent = 0 );