summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opengl/gl2paintengineex/qglcustomshaderstage.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp b/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp
index a82caa0..9a5cd10 100644
--- a/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp
+++ b/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp
@@ -44,6 +44,8 @@
#include "qpaintengineex_opengl2_p.h"
#include <private/qpainter_p.h>
+QT_BEGIN_NAMESPACE
+
class QGLCustomShaderStagePrivate
{
public:
@@ -121,3 +123,5 @@ void QGLCustomShaderStage::setSource(const QByteArray& s)
Q_D(QGLCustomShaderStage);
d->m_source = s;
}
+
+QT_END_NAMESPACE