summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2016-09-27 11:43:55 +0200
committerMichal Klocek <michal.klocek@qt.io>2016-09-30 14:40:40 +0000
commit90fd7fd2ac9c58b82739cdd21a6be4f60f0227fa (patch)
tree4fecba8e3d08f65bd7cf4457aab4c2e78c6e81b5
parent5a51dbeed9b396967681585a7fdcb67a115db10a (diff)
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>
-rw-r--r--src/webengine/api/qtwebengineglobal.cpp2
1 files changed, 1 insertions, 1 deletions
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