summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentfilter.cpp
diff options
context:
space:
mode:
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