summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglcustomshaderstage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qopenglcustomshaderstage_p.h')
-rw-r--r--src/gui/opengl/qopenglcustomshaderstage_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglcustomshaderstage_p.h b/src/gui/opengl/qopenglcustomshaderstage_p.h
index f4a71af88e..ce3e9efd23 100644
--- a/src/gui/opengl/qopenglcustomshaderstage_p.h
+++ b/src/gui/opengl/qopenglcustomshaderstage_p.h
@@ -80,7 +80,7 @@ protected:
private:
QOpenGLCustomShaderStagePrivate* d_ptr;
- Q_DISABLE_COPY(QOpenGLCustomShaderStage)
+ Q_DISABLE_COPY_MOVE(QOpenGLCustomShaderStage)
};