summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qthreadpool.cpp')
-rw-r--r--src/corelib/thread/qthreadpool.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/thread/qthreadpool.cpp b/src/corelib/thread/qthreadpool.cpp
index 8545c06ece..abbb683b83 100644
--- a/src/corelib/thread/qthreadpool.cpp
+++ b/src/corelib/thread/qthreadpool.cpp
@@ -392,9 +392,7 @@ void QThreadPoolPrivate::stealRunnable(QRunnable *runnable)
QThreadPool.
Note that QThreadPool is a low-level class for managing threads, see
- QtConcurrent::run() or the other
- \l {Concurrent Programming}{Qt Concurrent} APIs for higher
- level alternatives.
+ the Qt Concurrent module for higher level alternatives.
\sa QRunnable
*/