Commit c48cc28c authored by Sean Harmer's avatar Sean Harmer
Browse files

Compile in namespaced builds


Change-Id: I2894fbadec50286c0831bf381d149b54ade9182d
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@theqtcompany.com>
parent c4015f13
No related merge requests found
Showing with 4 additions and 0 deletions
......@@ -46,11 +46,15 @@
#include <QVector3D>
#include "../hellogl2/logo.h"
QT_BEGIN_NAMESPACE
class QOpenGLTexture;
class QOpenGLShaderProgram;
class QOpenGLBuffer;
class QOpenGLVertexArrayObject;
QT_END_NAMESPACE
class GLWindow : public QOpenGLWindow
{
Q_OBJECT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment