From 55912e14afabd1594069f0a87c0ccd7502c185b6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 14 Aug 2012 16:43:39 +0200 Subject: Add a module page for QtConcurrent Fix some foward references from QtCore in addition. This will require more work. Change-Id: Ib1bade18c2cc220a7afe25e9fca6a3f50cb1174b Reviewed-by: Casper van Donderen --- src/corelib/thread/qthreadpool.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/corelib/thread/qthreadpool.cpp') 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 */ -- cgit v1.2.3