summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorJonas Kvinge <[email protected]>2021-10-09 02:45:56 +0200
committerLars Knoll <[email protected]>2021-10-12 10:52:03 +0000
commit5ed0974ef483a36ff0aee6ddc90c777c4a854a1a (patch)
treee359c3b376be0a7715dbfd6fd520d81994d02eeb /src/concurrent
parentaa97bc5f6ceb1e004d2a2abb0d4ef3297d632bea (diff)
concurrent: Fix typo in documentation
Pick-to: 6.2 Change-Id: Ibe3715de704f420ba3796d19c9e78cd6204eb4e5 Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-index.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc
index 49d7dd478c9..46a0a089722 100644
--- a/src/concurrent/doc/src/qtconcurrent-index.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc
@@ -137,7 +137,7 @@
Random access iterators can be faster in cases where Qt Concurrent is
iterating over a large number of lightweight items, since they allow
skipping to any point in the container. In addition, using random access
- iterators allows Qt Concurrent to provide progress information trough
+ iterators allows Qt Concurrent to provide progress information through
QFuture::progressValue() and QFutureWatcher::progressValueChanged().
The non in-place modifying functions such as mapped() and filtered() makes a