aboutsummaryrefslogtreecommitdiff
path: root/src/opengl_widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl_widget.hh')
-rw-r--r--src/opengl_widget.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl_widget.hh b/src/opengl_widget.hh
index 5ee1057..785a17f 100644
--- a/src/opengl_widget.hh
+++ b/src/opengl_widget.hh
@@ -5,7 +5,7 @@
#include <QOpenGLWidget>
#include <QMatrix4x4>
-#include <QOpenGLFunctions_4_4_Core>
+#include <QOpenGLExtraFunctions>
#include <QOpenGLShaderProgram>
#include <QOpenGLVertexArrayObject>
#include <QOpenGLBuffer>
@@ -13,7 +13,7 @@
#define FOV 70
-class OpenGLWidget : public QOpenGLWidget, public QOpenGLFunctions_4_4_Core {
+class OpenGLWidget : public QOpenGLWidget, public QOpenGLExtraFunctions {
Q_OBJECT
QMatrix4x4 rot, rot_start, proj;