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