src/hbcore/ovgeffects/hbvgreflectioneffect_p.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
child 7 923ff622b8b9
--- a/src/hbcore/ovgeffects/hbvgreflectioneffect_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/ovgeffects/hbvgreflectioneffect_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -49,7 +49,9 @@
 
 public slots:
     void setOffset(const QPointF &offset);
-    void setOffset(qreal x, qreal y) { setOffset(QPointF(x, y)); }
+    void setOffset(qreal x, qreal y) {
+        setOffset(QPointF(x, y));
+    }
     void setFade(qreal fade);
     void setColor(const QColor &color);