summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/customshader/customshadereffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/customshader/customshadereffect.h')
-rw-r--r--examples/graphicsview/customshader/customshadereffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/customshader/customshadereffect.h b/examples/graphicsview/customshader/customshadereffect.h
index b4e0fb9f0..6482bd540 100644
--- a/examples/graphicsview/customshader/customshadereffect.h
+++ b/examples/graphicsview/customshader/customshadereffect.h
@@ -49,7 +49,7 @@
class CustomShaderEffect: public QGraphicsShaderEffect
{
public:
- CustomShaderEffect(QObject *parent = 0);
+ CustomShaderEffect();
QColor effectColor() const { return color; }
void setEffectColor(const QColor& c);