summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-05-21 12:39:58 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-06-08 22:41:58 +0200
commitae8b21c3df452639273158ac1a2d1b1d4aa4214f (patch)
tree5f6e84c42175a808b27ae9fe24f1101c17e421c3 /src/corelib/thread
parentd598066dcfdb8a8330f9df029172188d2296fed7 (diff)
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>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qpromise.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qpromise.qdoc b/src/corelib/thread/qpromise.qdoc
index 16cf6e63f3..f9040d4cd1 100644
--- a/src/corelib/thread/qpromise.qdoc
+++ b/src/corelib/thread/qpromise.qdoc
@@ -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.