summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-03-03 14:04:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-04 21:09:13 +0000
commit8893205533293c39b1e7c5dfa17c3cc80a8d7898 (patch)
tree5802c10ee92c1cd5fe7af67a6dd3c44833fc05aa /src
parent945c607db6784f844387234ce133cb6f7022c6c5 (diff)
Doc: Specify correct include for QWGLContext
Fixes: QTBUG-91500 Change-Id: Ie842c9e911fe5492cc13aeba459d28d6553438fd Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit afde5faf856078d34542da1d4d4db8a0237bfc67) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/gui/platform/windows/qwindowsnativeinterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/windows/qwindowsnativeinterface.cpp b/src/gui/platform/windows/qwindowsnativeinterface.cpp
index cacfceeb7c..0158dc6e4e 100644
--- a/src/gui/platform/windows/qwindowsnativeinterface.cpp
+++ b/src/gui/platform/windows/qwindowsnativeinterface.cpp
@@ -53,6 +53,7 @@ using namespace QNativeInterface::Private;
/*!
\class QNativeInterface::QWGLContext
+ \inheaderfile qopenglcontext_platform.h
\since 6.0
\brief Native interface to a WGL context on Windows.