From 41a6877fe8ac8afde28f96e75e033f53f22939d4 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 15 Jan 2018 08:37:43 +0100 Subject: doc: Fix remaining qdoc warnings in platformheaders clang needed to see so type definitions that aren't there for some platforms, so this update provides defaults when qdoc is running. Change-Id: I15e635b31dd651457f828f90c8dd132959c826e6 Reviewed-by: Martin Smith --- src/platformheaders/nativecontexts/qglxnativecontext.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platformheaders/nativecontexts/qglxnativecontext.qdoc') diff --git a/src/platformheaders/nativecontexts/qglxnativecontext.qdoc b/src/platformheaders/nativecontexts/qglxnativecontext.qdoc index 64b551aeb8..56182534a5 100644 --- a/src/platformheaders/nativecontexts/qglxnativecontext.qdoc +++ b/src/platformheaders/nativecontexts/qglxnativecontext.qdoc @@ -77,7 +77,7 @@ */ /*! - \fn QGLXNativeContext::QGLXNativeContext(GLXContext ctx, Display *dpy = 0, Window wnd = 0, VisualID vid = 0) + \fn QGLXNativeContext::QGLXNativeContext(GLXContext ctx, Display *dpy, Window wnd, VisualID vid) Constructs a new instance with the provided \a ctx, \a dpy, \a wnd, \a vid handles. */ -- cgit v1.2.3