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:
parent
0cd75bf23a
commit
fbef159a05
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user