View Single Post
Old 02-08-2020, 01:53 PM   #26
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,878
Karma: 6120478
Join Date: Nov 2009
Device: many
Sounds like a reasonable thing to do just to be ultra safe, although I thought it was only needed for QQuick widgets, but perhaps QtWebEngine uses those internally.

So something along the lines of

Code:
QGuiApplication::setAttribute(Qt::AA_ShareOpenGLContexts);

just before invoking MainApplication in main.cpp?

Last edited by KevinH; 02-08-2020 at 02:02 PM.
KevinH is offline   Reply With Quote