aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/shared/logorenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/shared/logorenderer.h')
-rw-r--r--examples/quick/scenegraph/shared/logorenderer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/shared/logorenderer.h b/examples/quick/scenegraph/shared/logorenderer.h
index 48fbf87203..abc95439f7 100644
--- a/examples/quick/scenegraph/shared/logorenderer.h
+++ b/examples/quick/scenegraph/shared/logorenderer.h
@@ -44,12 +44,13 @@
#include <QtGui/qvector3d.h>
#include <QtGui/qmatrix4x4.h>
#include <QtGui/qopenglshaderprogram.h>
+#include <QtGui/qopenglfunctions.h>
#include <QTime>
#include <QVector>
-class LogoRenderer {
-
+class LogoRenderer : protected QOpenGLFunctions
+{
public:
LogoRenderer();
~LogoRenderer();