summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/nativecontexts/qwglnativecontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformheaders/nativecontexts/qwglnativecontext.h')
-rw-r--r--src/platformheaders/nativecontexts/qwglnativecontext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platformheaders/nativecontexts/qwglnativecontext.h b/src/platformheaders/nativecontexts/qwglnativecontext.h
index 1c742604e6..24244b285f 100644
--- a/src/platformheaders/nativecontexts/qwglnativecontext.h
+++ b/src/platformheaders/nativecontexts/qwglnativecontext.h
@@ -46,6 +46,11 @@
QT_BEGIN_NAMESPACE
+#if defined(Q_CLANG_QDOC)
+typedef int HGLRC;
+typedef int HWND;
+#endif
+
class QWGLNativeContext
{
public: