diff options
Diffstat (limited to 'examples/effects/customshader/blureffect.h')
-rw-r--r-- | examples/effects/customshader/blureffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/effects/customshader/blureffect.h b/examples/effects/customshader/blureffect.h index 6cfa55a..3d1d433 100644 --- a/examples/effects/customshader/blureffect.h +++ b/examples/effects/customshader/blureffect.h @@ -54,7 +54,7 @@ public: QRectF boundingRect() const; - void draw(QPainter *painter, QGraphicsEffectSource *source); + void draw(QPainter *painter); private: void adjustForItem(); |