From 527033561ee1e8961e7d6da7307dd6104f7f9fa9 Mon Sep 17 00:00:00 2001 From: ruglory Date: Tue, 4 Jan 2011 02:34:59 +0000 Subject: [PATCH] Formatting git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@171 cac9541e-1b8d-4bfa-827e-589bba606050 --- src/qlightroundtextitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );