diff options
author | Paul Wicking <[email protected]> | 2021-03-03 14:04:44 +0100 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2021-03-03 14:51:01 +0100 |
commit | afde5faf856078d34542da1d4d4db8a0237bfc67 (patch) | |
tree | d26c2b6955c6a817a9d11314b26e939ee196547e | |
parent | 2cfbce4bc61fd1f450f221e6ce733753f6cabb0b (diff) |
Doc: Specify correct include for QWGLContext
Pick-to: 6.1 6.0
Fixes: QTBUG-91500
Change-Id: Ie842c9e911fe5492cc13aeba459d28d6553438fd
Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r-- | src/gui/platform/windows/qwindowsnativeinterface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/windows/qwindowsnativeinterface.cpp b/src/gui/platform/windows/qwindowsnativeinterface.cpp index cacfceeb7c7..0158dc6e4e4 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. |