Skip to content

Commit

Permalink
Compile in namespaced builds
Browse files Browse the repository at this point in the history
Change-Id: I2894fbadec50286c0831bf381d149b54ade9182d
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
seanharmer committed Aug 31, 2015
1 parent c4015f1 commit c48cc28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/opengl/hellogles3/glwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c48cc28

Please sign in to comment.