summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/thread/qthreadpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthreadpool.cpp b/src/corelib/thread/qthreadpool.cpp
index 0c95912bc46..b3e429e25c7 100644
--- a/src/corelib/thread/qthreadpool.cpp
+++ b/src/corelib/thread/qthreadpool.cpp
@@ -713,7 +713,7 @@ uint QThreadPool::stackSize() const
The default value is QThread::InheritPriority, which makes QThread
use the same priority as the one the QThreadPool object lives in.
- \sa QThread::ThreadPriority
+ \sa QThread::Priority
\since 6.2
*/