diff options
Diffstat (limited to 'src/openglwidgets/qopenglwidget.h')
| -rw-r--r-- | src/openglwidgets/qopenglwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openglwidgets/qopenglwidget.h b/src/openglwidgets/qopenglwidget.h index 84097854e59..847e684cd98 100644 --- a/src/openglwidgets/qopenglwidget.h +++ b/src/openglwidgets/qopenglwidget.h @@ -45,6 +45,7 @@ public: bool isValid() const; void makeCurrent(); + void makeCurrent(TargetBuffer targetBuffer); void doneCurrent(); QOpenGLContext *context() const; |
