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>
This commit is contained in:
Topi Reinio 2023-11-03 13:31:24 +00:00 committed by Luca Di Sera
parent 0cd75bf23a
commit fbef159a05

View File

@ -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()