summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentmap.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2020-08-20 11:34:38 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2020-08-26 16:37:43 +0200
commitcba2d0443411b937586f259059e7f14c1cf5b512 (patch)
tree1e91b0aa60f2fef5e36d9035a2b55897a56103f6 /src/concurrent/qtconcurrentmap.cpp
parent77e04acb4e0266d7da2f9e7100ec22836d9889d0 (diff)
QtConcurrent: Add documentation for runWithPromise()
Task-number: QTBUG-84702 Change-Id: Ic8233aeffbdbd1420bdbde7ad7d03f25cd438ea8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/concurrent/qtconcurrentmap.cpp')
-rw-r--r--src/concurrent/qtconcurrentmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qtconcurrentmap.cpp b/src/concurrent/qtconcurrentmap.cpp
index 26a4113303..9e5e6aab32 100644
--- a/src/concurrent/qtconcurrentmap.cpp
+++ b/src/concurrent/qtconcurrentmap.cpp
@@ -153,7 +153,7 @@
sequence containing the modified content, and QtConcurrent::mappedReduced()
returns a single result.
- These functions are a part of the \l {Qt Concurrent} framework.
+ These functions are part of the \l {Qt Concurrent} framework.
Each of the above functions has a blocking variant that returns
the final result instead of a QFuture. You use them in the same