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:
parent
d598066dcf
commit
ae8b21c3df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user