summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsglcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/windows/qwindowsglcontext.cpp')
-rw-r--r--src/plugins/platforms/windows/qwindowsglcontext.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/qwindowsglcontext.cpp b/src/plugins/platforms/windows/qwindowsglcontext.cpp
index 607dabc966..2528ad949f 100644
--- a/src/plugins/platforms/windows/qwindowsglcontext.cpp
+++ b/src/plugins/platforms/windows/qwindowsglcontext.cpp
@@ -664,6 +664,7 @@ static inline QOpenGLContextData createDummyWindowOpenGLContextData()
Provides utility function to retrieve from currently active
context and to apply to a QSurfaceFormat.
+ \internal
\ingroup qt-lighthouse-win
*/
@@ -743,6 +744,7 @@ QDebug operator<<(QDebug d, const QWindowsOpenGLContextFormat &f)
Functions like wglGetProcAddress() or glGetString() only work if there
is a current GL context.
+ \internal
\ingroup qt-lighthouse-win
*/
@@ -788,6 +790,7 @@ QOpenGLTemporaryContext::~QOpenGLTemporaryContext()
\note Initialization requires an active context (see create()).
\sa QWindowsGLContext
+ \internal
\ingroup qt-lighthouse-win
*/
@@ -865,6 +868,7 @@ static inline bool useARB()
which will affect the window as well. The HDCs are stored in a list of
QOpenGLContextData and are released in doneCurrent().
+ \internal
\ingroup qt-lighthouse-win
*/