From 90fd7fd2ac9c58b82739cdd21a6be4f60f0227fa Mon Sep 17 00:00:00 2001 From: Michal Klocek <michal.klocek@theqtcompany.com> Date: Tue, 27 Sep 2016 11:43:55 +0200 Subject: [PATCH] Doc: Fix initialize() documentation We do not share context between "processes", but between "threads" Change-Id: I20f558f913c1f19fc469ade6faab45762f42d528 Reviewed-by: Kai Koehne <kai.koehne@qt.io> --- src/webengine/api/qtwebengineglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webengine/api/qtwebengineglobal.cpp b/src/webengine/api/qtwebengineglobal.cpp index c392a3c0b..21c0dc2a7 100644 --- a/src/webengine/api/qtwebengineglobal.cpp +++ b/src/webengine/api/qtwebengineglobal.cpp @@ -59,7 +59,7 @@ namespace QtWebEngine { /*! \fn QtWebEngine::initialize() - Sets up an OpenGL Context that can be shared between processes. This has to be done after + Sets up an OpenGL Context that can be shared between threads. This has to be done after QGuiApplication is created, but before a Qt Quick window is created. This has the same effect as setting the Qt::AA_ShareOpenGLContexts -- GitLab