summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicsshadereffect.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-07-29 23:30:14 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-07-29 23:30:14 (GMT)
commitf8a0a013243011b8ff107d1967d9befcc3689f15 (patch)
tree0032395a450064cb5aef23e19b33204ae4cb0a02 /src/opengl/qgraphicsshadereffect.h
parenteb10295a88b677a34ea9d8f9c32e416a3b5d72be (diff)
downloadQt-f8a0a013243011b8ff107d1967d9befcc3689f15.zip
Qt-f8a0a013243011b8ff107d1967d9befcc3689f15.tar.gz
Qt-f8a0a013243011b8ff107d1967d9befcc3689f15.tar.bz2
QGraphicsShaderEffect doesn't need to be a metatype any more
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qgraphicsshadereffect.h')
-rw-r--r--src/opengl/qgraphicsshadereffect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/qgraphicsshadereffect.h b/src/opengl/qgraphicsshadereffect.h
index d9f2d4f..29b7c9f 100644
--- a/src/opengl/qgraphicsshadereffect.h
+++ b/src/opengl/qgraphicsshadereffect.h
@@ -78,8 +78,6 @@ private:
friend class QGLCustomShaderEffectStage;
};
-Q_DECLARE_METATYPE(QGraphicsShaderEffect *)
-
#endif // QT_NO_GRAPHICSVIEW
QT_END_NAMESPACE