QPromise: doc fixes

Add a noexcept from a doc signature that was missing it.

Change-Id: I30b429a6ec4d182551ca68767d1c8aa61c9e4c09
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
This commit is contained in:
Giuseppe D'Angelo 2021-05-21 12:39:58 +02:00
parent d598066dcf
commit ae8b21c3df

View File

@ -79,7 +79,7 @@
*/
/*! \fn template <typename T> QPromise<T>::QPromise(const QFutureInterface<T> &other)
\fn template <typename T> QPromise<T>::QPromise(QFutureInterface<T> &&other)
\fn template <typename T> QPromise<T>::QPromise(QFutureInterface<T> &&other) noexcept
\internal
Constructs a QPromise with a passed QFutureInterface \a other.