summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/qfuture.cpp2
-rw-r--r--src/concurrent/qfuturesynchronizer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qfuture.cpp b/src/concurrent/qfuture.cpp
index f8151f3228..79226c5a67 100644
--- a/src/concurrent/qfuture.cpp
+++ b/src/concurrent/qfuture.cpp
@@ -412,7 +412,7 @@
uninitialized iterartor. Use operator=() to assign a value to it before
using it.
- \sa QFuture::constBegin() QFuture::constEnd()
+ \sa QFuture::constBegin(), QFuture::constEnd()
*/
/*! \fn QFuture::const_iterator::const_iterator(QFuture const * const future, int index)
diff --git a/src/concurrent/qfuturesynchronizer.cpp b/src/concurrent/qfuturesynchronizer.cpp
index 3bb81e06c4..439e8b7524 100644
--- a/src/concurrent/qfuturesynchronizer.cpp
+++ b/src/concurrent/qfuturesynchronizer.cpp
@@ -124,7 +124,7 @@
Removes all managed futures from this QFutureSynchronizer.
- \sa addFuture(), setFuture()
+ \sa addFuture(), setFuture()
*/
/*!