summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-03 13:17:30 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-03 15:31:42 +0200
commit9557395c96d4debc07c257a82c962ac97dada514 (patch)
tree9b16f80b2f5dbc30fa953695370eed8cb99acc74 /src/gui/opengl
parente4207a79d14ee85fb4623e6903a64b0a596997f2 (diff)
Fix ́́`macros' function test of `tst_headers'
Task-number: QTQAINFRA-324 Change-Id: I3202d9ee42de8174c5170f1b853884b19d5895e3 Reviewed-on: http://codereview.qt-project.org/5925 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/opengl')
-rw-r--r--src/gui/opengl/qopengl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h
index 6edec3c6c1..bc24d2fda6 100644
--- a/src/gui/opengl/qopengl.h
+++ b/src/gui/opengl/qopengl.h
@@ -46,6 +46,10 @@
QT_BEGIN_HEADER
+QT_BEGIN_NAMESPACE
+
+QT_MODULE(Gui)
+
#if 1
#if defined(QT_OPENGL_ES_2)
# if defined(Q_OS_MAC)
@@ -71,6 +75,8 @@ typedef GLfloat GLdouble;
#endif
#endif
+QT_END_NAMESPACE
+
QT_END_HEADER
#endif // QOPENGL_H