summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-21 16:00:36 (GMT)
committerhjk <qtc-committer@nokia.com>2009-08-21 16:01:15 (GMT)
commit646da79a07166d7d1ec76983d38ad2270db76754 (patch)
treec19ca4525bcc727de25eda01c7da6d91dd36d36a /src/opengl/gl2paintengineex
parent2590135cd8542aa780141b67ab8fa4227ee4fde0 (diff)
downloadQt-646da79a07166d7d1ec76983d38ad2270db76754.zip
Qt-646da79a07166d7d1ec76983d38ad2270db76754.tar.gz
Qt-646da79a07166d7d1ec76983d38ad2270db76754.tar.bz2
compile fix with namespaces in QGLCustomShaderStagePrivate
Diffstat (limited to 'src/opengl/gl2paintengineex')
-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