summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-12 13:27:48 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-12 23:53:01 +0200
commitaab6d336f7933d54b9735e935efd4845a9dba209 (patch)
tree36667821833b5c31b4f9c0acf3ab7099b2e2ad0a
parent2bdaf28034541cd57b0aa7c067fda8cfbffa0e94 (diff)
Fix qdoc warning, it's QThread::Priority
Change-Id: If3df55ff95f8bdb510bdc3578ba3c7c03b9029a1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-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 0c95912bc4..b3e429e25c 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
*/