summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicsshadereffect_p.h
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-11-10 12:35:42 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2009-11-10 12:52:35 (GMT)
commit637d6b26d778189a767e28b80aa316cf327e67a2 (patch)
tree8ac632c593c4f2827d9a95bc6bba4d82467c24ff /src/opengl/qgraphicsshadereffect_p.h
parentdc551cdc3422631baab50860c1a46711e3079f18 (diff)
downloadQt-637d6b26d778189a767e28b80aa316cf327e67a2.zip
Qt-637d6b26d778189a767e28b80aa316cf327e67a2.tar.gz
Qt-637d6b26d778189a767e28b80aa316cf327e67a2.tar.bz2
Improvements to graphics effects API after review round.
* Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
Diffstat (limited to 'src/opengl/qgraphicsshadereffect_p.h')
-rw-r--r--src/opengl/qgraphicsshadereffect_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgraphicsshadereffect_p.h b/src/opengl/qgraphicsshadereffect_p.h
index de7f00c..de65ebb 100644
--- a/src/opengl/qgraphicsshadereffect_p.h
+++ b/src/opengl/qgraphicsshadereffect_p.h
@@ -76,7 +76,7 @@ public:
void setPixelShaderFragment(const QByteArray& code);
protected:
- void draw(QPainter *painter, QGraphicsEffectSource *source);
+ void draw(QPainter *painter);
void setUniformsDirty();
virtual void setUniforms(QGLShaderProgram *program);