summaryrefslogtreecommitdiff
path: root/examples/activeqt/opengl/glbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/opengl/glbox.h')
-rw-r--r--examples/activeqt/opengl/glbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/activeqt/opengl/glbox.h b/examples/activeqt/opengl/glbox.h
index 53e3487..eb68c39 100644
--- a/examples/activeqt/opengl/glbox.h
+++ b/examples/activeqt/opengl/glbox.h
@@ -48,10 +48,12 @@
#define GLBOX_H
#include <QtOpenGL>
+#include <QOpenGLFunctions_1_1>
//! [0]
#include <QAxBindable>
class GLBox : public QGLWidget,
+ public QOpenGLFunctions_1_1,
public QAxBindable
{
Q_OBJECT