summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentfilter.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/qtconcurrentfilter.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/qtconcurrentfilter.cpp')
-rw-r--r--src/concurrent/qtconcurrentfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qtconcurrentfilter.cpp b/src/concurrent/qtconcurrentfilter.cpp
index 223aad5b1f..9f4d962518 100644
--- a/src/concurrent/qtconcurrentfilter.cpp
+++ b/src/concurrent/qtconcurrentfilter.cpp
@@ -49,7 +49,7 @@
containing the filtered content, and QtConcurrent::filteredReduced()
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 have a blocking variant that returns the final
result instead of a QFuture. You use them in the same way as the