diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-29 23:30:14 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-29 23:30:14 (GMT) |
commit | f8a0a013243011b8ff107d1967d9befcc3689f15 (patch) | |
tree | 0032395a450064cb5aef23e19b33204ae4cb0a02 /src/opengl/qgraphicsshadereffect.h | |
parent | eb10295a88b677a34ea9d8f9c32e416a3b5d72be (diff) | |
download | Qt-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.h | 2 |
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 |