diff --git a/src/corelib/thread/qfuturewatcher.cpp b/src/corelib/thread/qfuturewatcher.cpp index 0ae406d356..2cffadfa5b 100644 --- a/src/corelib/thread/qfuturewatcher.cpp +++ b/src/corelib/thread/qfuturewatcher.cpp @@ -552,7 +552,7 @@ QT_WARNING_POP } -/*! \fn template const T &QFutureWatcher::result() const +/*! \fn template template> const T &QFutureWatcher::result() const Returns the first result in the future(). If the result is not immediately available, this function will block and wait for the result to become @@ -561,7 +561,7 @@ QT_WARNING_POP \sa resultAt() */ -/*! \fn template const T &QFutureWatcher::resultAt(int index) const +/*! \fn template template> const T &QFutureWatcher::resultAt(int index) const Returns the result at \a index in the future(). If the result is not immediately available, this function will block and wait for the result to