concurrent: Fix typo in documentation
Pick-to: 6.2 Change-Id: Ibe3715de704f420ba3796d19c9e78cd6204eb4e5 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
aa97bc5f6c
commit
5ed0974ef4
@ -137,7 +137,7 @@
|
|||||||
Random access iterators can be faster in cases where Qt Concurrent is
|
Random access iterators can be faster in cases where Qt Concurrent is
|
||||||
iterating over a large number of lightweight items, since they allow
|
iterating over a large number of lightweight items, since they allow
|
||||||
skipping to any point in the container. In addition, using random access
|
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().
|
QFuture::progressValue() and QFutureWatcher::progressValueChanged().
|
||||||
|
|
||||||
The non in-place modifying functions such as mapped() and filtered() makes a
|
The non in-place modifying functions such as mapped() and filtered() makes a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user