Skip to content

qpa: Guard against failing to get a swapchain in platform opengl context

Vlad Zahorodnii requested to merge work/zzag/qpa-make-current-failure into master

QOpenGLContextPrivate::setCurrentContext() was dropped because the platform opengl context no longer uses QOpenGLFramebufferObject, which needed QOpenGLContext::currentContext().

Merge request reports