summaryrefslogtreecommitdiffstats
path: root/examples/effects/customshader/blureffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/customshader/blureffect.h')
-rw-r--r--examples/effects/customshader/blureffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/effects/customshader/blureffect.h b/examples/effects/customshader/blureffect.h
index 0cafd80b31..7c12ccfd76 100644
--- a/examples/effects/customshader/blureffect.h
+++ b/examples/effects/customshader/blureffect.h
@@ -52,9 +52,9 @@ public:
void setBaseLine(qreal y) { m_baseLine = y; }
- QRectF boundingRectFor(const QRectF &) const;
+ QRectF boundingRect() const;
- void draw(QPainter *painter, QGraphicsEffectSource*);
+ void draw(QPainter *painter, QGraphicsEffectSource *source);
private:
void adjustForItem();