src/hbcore/primitives/hbframeitem.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 5 627c4a0fd0e7
child 21 4633027730f5
--- a/src/hbcore/primitives/hbframeitem.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/primitives/hbframeitem.h	Thu Jul 22 16:36:53 2010 +0100
@@ -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);