summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/concurrent/doc/src/qtconcurrent-index.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc
index acb516fb63..926f316c4e 100644
--- a/src/concurrent/doc/src/qtconcurrent-index.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc
@@ -108,6 +108,10 @@
\li QFutureSynchronizer is a convenience class that automatically
synchronizes several QFutures.
+ \li QPromise provides a way to report progress and results of the asynchronous
+ computation to QFuture. Allows suspending or canceling the task when
+ requested by QFuture.
+
\endlist
Qt Concurrent supports several STL-compatible container and iterator types,