From aac5b02e28440c93fd6c997fcf1cf6f217c5c1a5 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Wed, 3 Mar 2021 18:39:40 +0000 Subject: [PATCH] Doc: Use correct include for QWGLContext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-91500 Change-Id: If487a2d14dd61d127dc35aa039f9b71915128da1 Reviewed-by: Tor Arne Vestbø (cherry picked from commit 15f934dcea2743ceb59d3c9ad840e2b00b39d043) Reviewed-by: Paul Wicking --- src/gui/platform/windows/qwindowsnativeinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/platform/windows/qwindowsnativeinterface.cpp b/src/gui/platform/windows/qwindowsnativeinterface.cpp index 0158dc6e4e4..850713db2c4 100644 --- a/src/gui/platform/windows/qwindowsnativeinterface.cpp +++ b/src/gui/platform/windows/qwindowsnativeinterface.cpp @@ -53,7 +53,7 @@ using namespace QNativeInterface::Private; /*! \class QNativeInterface::QWGLContext - \inheaderfile qopenglcontext_platform.h + \inheaderfile QOpenGLContext \since 6.0 \brief Native interface to a WGL context on Windows.