doc: Add missing template clause in \fn command

The template clause was missing in the \fn command for
a member function of a template class.

Change-Id: Ie1a8f8372d3183f05f02e518b363a7bac735abbb
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Martin Smith 2018-01-10 13:08:31 +01:00
parent 56385f0f3d
commit 7157d04d6e
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void QSqlDatabasePrivate::disable()
*/
/*!
\fn QSqlDriver *QSqlDriverCreator::createObject() const
\fn template <class T> QSqlDriver *QSqlDriverCreator<T>::createObject() const
\reimp
*/