summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicsshadereffect_p.h
diff options
context:
space:
mode:
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 9efcecd25f..1a32f24d70 100644
--- a/src/opengl/qgraphicsshadereffect_p.h
+++ b/src/opengl/qgraphicsshadereffect_p.h
@@ -80,7 +80,7 @@ protected:
private:
Q_DECLARE_PRIVATE(QGraphicsShaderEffect)
- Q_DISABLE_COPY(QGraphicsShaderEffect)
+ Q_DISABLE_COPY_MOVE(QGraphicsShaderEffect)
friend class QGLCustomShaderEffectStage;
};