Fix qdoc warning, it's QThread::Priority

Change-Id: If3df55ff95f8bdb510bdc3578ba3c7c03b9029a1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Volker Hilsheimer 2021-04-12 13:27:48 +02:00
parent 2bdaf28034
commit aab6d336f7

View File

@ -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
*/