diff --git a/src/gui/kernel/qplatformintegration.cpp b/src/gui/kernel/qplatformintegration.cpp index 634a04b791b..ff0c9ae255a 100644 --- a/src/gui/kernel/qplatformintegration.cpp +++ b/src/gui/kernel/qplatformintegration.cpp @@ -199,8 +199,8 @@ QPlatformServices *QPlatformIntegration::services() const \value SharedGraphicsCache The platform supports a shared graphics cache - \value BufferQueueingOpenGL The OpenGL implementation on the platform will queue - up buffers when swapBuffers() is called and block only when its buffer pipeline + \value BufferQueueingOpenGL Deprecated. The OpenGL implementation on the platform will + queue up buffers when swapBuffers() is called and block only when its buffer pipeline is full, rather than block immediately. \value MultipleWindows The platform supports multiple QWindows, i.e. does some kind