summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index c9908ad01f..28c56a969a 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -394,7 +394,9 @@ public:
#ifdef Q_WS_QPA
static QGLContext *fromGuiGLContext(QGuiGLContext *platformContext);
+ QGuiGLContext *contextHandle() const;
#endif
+
protected:
virtual bool chooseContext(const QGLContext* shareContext = 0);