summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/doc/src/qtconcurrent-index.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-index.qdoc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc
index f9b6375b4e..8507d77f9d 100644
--- a/src/concurrent/doc/src/qtconcurrent-index.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc
@@ -81,15 +81,10 @@
folded into a single result.
\endlist
- \li \l {Concurrent Run and Run With Promise}
+ \li \l {Concurrent Run}
\list
\li \l {QtConcurrent::run}{QtConcurrent::run()} runs a function in
another thread.
- \li \l {QtConcurrent::runWithPromise}{QtConcurrent::runWithPromise()}
- is like run(), except that the function to run accepts additional
- argument of QPromise type that enables more control over the function
- execution, like suspending or canceling the execution when requested,
- progress reporting or reporting multiple results.
\endlist
\li \l {Concurrent Task}