https://bugs.kde.org/show_bug.cgi?id=414805
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #25 from David Edmundson <[email protected]> --- Found it: QPlatformOpenGLContext *QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext *context) const { - QXcbScreen *screen = static_cast<QXcbScreen *>(context->screen()->handle()); - QXcbGlIntegration *glIntegration = screen->connection()->glIntegration(); + QXcbGlIntegration *glIntegration = defaultConnection()->glIntegration(); It appears it is fixed in Qt6 with 590ac717a2c073292027111d5c99d68fb17b160c I'll see if we can get it backported. -- You are receiving this mail because: You are watching all bug changes.
