aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 37525e6151..63e57615ba 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -2868,6 +2868,11 @@ QOpenGLContext *QQuickWindow::openglContext() const
has been invalidated and all user resources tied to that context
should be released.
+ The OpenGL context of this window will be bound when this function
+ is called. The only exception is if the native OpenGL has been
+ destroyed outside Qt's control, for instance through
+ EGL_CONTEXT_LOST.
+
This signal will be emitted from the scene graph rendering thread.
*/