Commit 90fd7fd2 authored by Michal Klocek's avatar Michal Klocek Committed by Michal Klocek
Browse files

Doc: Fix initialize() documentation


We do not share context between "processes", but between
"threads"

Change-Id: I20f558f913c1f19fc469ade6faab45762f42d528
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Showing with 1 addition and 1 deletion
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment