Doc: Remove space between class name and method name
Previously, the generated documentation contained "QFutureWatcher:: progressValueChanged()". While it is legal C++, it prevented QDoc from auto-linking to the QFutureWatcher class reference. Change-Id: I2cace763f1825b0b4478b2bde95679d25df8bb5e Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
26ddb586ac
commit
14bcdce819
@ -117,8 +117,8 @@
|
|||||||
Random access iterators can be faster in cases where Qt Concurrent is iterating
|
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
|
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
|
in the container. In addition, using random access iterators allows Qt Concurrent
|
||||||
to provide progress information trough QFuture::progressValue() and QFutureWatcher::
|
to provide progress information trough QFuture::progressValue() and
|
||||||
progressValueChanged().
|
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
|
||||||
copy of the container when called. If you are using STL containers this copy operation
|
copy of the container when called. If you are using STL containers this copy operation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user