src/hbcore/ovgeffects/hbvgeffect_p_p.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
child 7 923ff622b8b9
--- a/src/hbcore/ovgeffects/hbvgeffect_p_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/ovgeffects/hbvgeffect_p_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -74,7 +74,9 @@
     QPointF mapOffset(const QPointF &point) const;
     QSizeF mapSize(const QSizeF &size) const;
 
-    static HbVgEffectPrivate *d_ptr(HbVgEffect *effect) { return effect->d_func(); }
+    static HbVgEffectPrivate *d_ptr(HbVgEffect *effect) {
+        return effect->d_func();
+    }
 
     void ensureCacheInvalidated();
 
@@ -113,7 +115,7 @@
 
     QPixmap dstPixmap;
     QPixmap tmpPixmap;
-    
+
     // Root of the chain, null by default.  If non-null then updates are
     // delegated to this effect.  Note that the sourceXxxx() functions in
     // QGraphicsEffect are not valid for chained effects so call those functions