Doc: Fix \fn template arguments for Qt DBus
Upcoming changes to QDoc require accurate definition for template arguments in \fn commands. Task-number: QTBUG-118080 Change-Id: I761e99060caa64750eecf4fde4acc7f68d029936 Reviewed-by: Luca Di Sera <luca.disera@qt.io>bb10
parent
f1414846ed
commit
94bf53cc5f
|
|
@ -129,7 +129,7 @@ Q_GLOBAL_STATIC(QDBusCustomTypes, customTypes)
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn int qDBusRegisterMetaType()
|
||||
\fn template<typename T> QMetaType qDBusRegisterMetaType()
|
||||
\relates QDBusArgument
|
||||
\threadsafe
|
||||
\since 4.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue