summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfuture.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qfuture.qdoc')
-rw-r--r--src/corelib/thread/qfuture.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/thread/qfuture.qdoc b/src/corelib/thread/qfuture.qdoc
index b67d711536..6ba5d564cf 100644
--- a/src/corelib/thread/qfuture.qdoc
+++ b/src/corelib/thread/qfuture.qdoc
@@ -328,7 +328,7 @@
/*! \fn QFuture::const_iterator QFuture::begin() const
- Returns a const \l{STL-style iterator} pointing to the first result in the
+ Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the first result in the
future.
\sa constBegin(), end()
@@ -336,7 +336,7 @@
/*! \fn QFuture::const_iterator QFuture::end() const
- Returns a const \l{STL-style iterator} pointing to the imaginary result
+ Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary result
after the last result in the future.
\sa begin(), constEnd()
@@ -344,7 +344,7 @@
/*! \fn QFuture::const_iterator QFuture::constBegin() const
- Returns a const \l{STL-style iterator} pointing to the first result in the
+ Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the first result in the
future.
\sa begin(), constEnd()
@@ -352,7 +352,7 @@
/*! \fn QFuture::const_iterator QFuture::constEnd() const
- Returns a const \l{STL-style iterator} pointing to the imaginary result
+ Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary result
after the last result in the future.
\sa constBegin(), end()