From c48cc28c36201889999c0566aab13aa6de8bc444 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Tue, 18 Aug 2015 04:06:26 -0700 Subject: Compile in namespaced builds Change-Id: I2894fbadec50286c0831bf381d149b54ade9182d Reviewed-by: Laszlo Agocs --- examples/opengl/hellogles3/glwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/opengl/hellogles3') diff --git a/examples/opengl/hellogles3/glwindow.h b/examples/opengl/hellogles3/glwindow.h index fe5d5383e9..8b7758d1b0 100644 --- a/examples/opengl/hellogles3/glwindow.h +++ b/examples/opengl/hellogles3/glwindow.h @@ -46,11 +46,15 @@ #include #include "../hellogl2/logo.h" +QT_BEGIN_NAMESPACE + class QOpenGLTexture; class QOpenGLShaderProgram; class QOpenGLBuffer; class QOpenGLVertexArrayObject; +QT_END_NAMESPACE + class GLWindow : public QOpenGLWindow { Q_OBJECT -- cgit v1.2.3