diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index c6197660e74..1fe1c8c0d10 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -3610,7 +3610,7 @@ bool qunsetenv(const char *varName) */ /*! - \fn template qAsConst(T &t) + \fn template typename std::add_const::type &qAsConst(T &t) \relates \since 5.7 @@ -3662,7 +3662,7 @@ bool qunsetenv(const char *varName) */ /*! - \fn template qAsConst(const T &&t) + \fn template void qAsConst(const T &&t) \relates \since 5.7 \overload