From 3f2251994d7a22978a7c64ce7719471e6f36cc3a Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 31 Jul 2020 12:24:42 +0200 Subject: Fix doc signature in QOpenGLContext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just T makes qdoc's clang parsing fail, it needs template. Also, the return type is T*, not T. Change-Id: I210676aff3122b432888c3d79d9967e249ac88e1 Reviewed-by: Tor Arne Vestbø --- src/gui/kernel/qopenglcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qopenglcontext.cpp') diff --git a/src/gui/kernel/qopenglcontext.cpp b/src/gui/kernel/qopenglcontext.cpp index 82da0f8146..cbd2dc2d06 100644 --- a/src/gui/kernel/qopenglcontext.cpp +++ b/src/gui/kernel/qopenglcontext.cpp @@ -347,7 +347,7 @@ void QOpenGLContextPrivate::_q_screenDestroyed(QObject *object) } /*! - \fn T QOpenGLContext::platformInterface() + \fn template T *QOpenGLContext::platformInterface() Returns a platform interface of type T for the context. -- cgit v1.2.3