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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglcustomshaderstage_p.h b/src/gui/opengl/qopenglcustomshaderstage_p.h
index 099e6aadf8..2342991e5e 100644
--- a/src/gui/opengl/qopenglcustomshaderstage_p.h
+++ b/src/gui/opengl/qopenglcustomshaderstage_p.h
@@ -52,6 +52,7 @@
//
#include <QOpenGLShaderProgram>
+#include <QtGlobal>
QT_BEGIN_NAMESPACE
@@ -78,6 +79,8 @@ protected:
private:
QOpenGLCustomShaderStagePrivate* d_ptr;
+
+ Q_DISABLE_COPY(QOpenGLCustomShaderStage)
};