From aab6d336f7933d54b9735e935efd4845a9dba209 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 12 Apr 2021 13:27:48 +0200 Subject: [PATCH] Fix qdoc warning, it's QThread::Priority Change-Id: If3df55ff95f8bdb510bdc3578ba3c7c03b9029a1 Reviewed-by: Thiago Macieira --- src/corelib/thread/qthreadpool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */