src/hbcore/primitives/hbframeitem.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 21 4633027730f5
--- a/src/hbcore/primitives/hbframeitem.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/primitives/hbframeitem.h	Fri Jun 11 13:58:22 2010 +0300
@@ -59,7 +59,9 @@
     void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
 
     enum { Type = Hb::ItemType_FrameItem };
-    int type() const { return Type; }
+    int type() const {
+        return Type;
+    }
 
 protected:
     void changeEvent(QEvent *event);