summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-11-03 13:31:24 +0000
committerLuca Di Sera <luca.disera@qt.io>2023-11-18 10:31:35 +0100
commitfbef159a055e959f907fe2abf207eb3593f546eb (patch)
tree7f5a502e16c22173068a3334383c5594669a8bed
parent0cd75bf23a8534a37dba78ed045fc737923ac2cb (diff)
Doc: Fix \fn template arguments for Qt OpenGL
Upcoming changes to QDoc require accurate definition for template arguments in \fn commands. Task-number: QTBUG-118080 Change-Id: I3fde4b0c8867eaf50162dec3178e5c6e5dad3a6f Reviewed-by: Luca Di Sera <luca.disera@qt.io>
-rw-r--r--src/opengl/qopenglversionfunctionsfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qopenglversionfunctionsfactory.cpp b/src/opengl/qopenglversionfunctionsfactory.cpp
index aad4971fd3..12d00c0554 100644
--- a/src/opengl/qopenglversionfunctionsfactory.cpp
+++ b/src/opengl/qopenglversionfunctionsfactory.cpp
@@ -135,7 +135,7 @@ static QAbstractOpenGLFunctions *createFunctions(const QOpenGLVersionProfile &ve
*/
/*!
- \fn static T *QOpenGLVersionFunctionsFactory::get(QOpenGLContext *context)
+ \fn template <class T> static T *QOpenGLVersionFunctionsFactory::get(QOpenGLContext *context)
\overload get()