Doc: Update multi-threading doc title

Change title from "Thread Support in Qt" to "Multi-threading in Qt"
to use more modern and precise terminology. Add target directive to
preserve possible existing links and update all cross-references
across the codebase.

Task-number: QTBUG-140178
Pick-to: 6.10 6.10.0 6.9 6.8
Change-Id: I43ee66b3e036d8a0682c6dbb59ee52636d26b201
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
Paul Wicking 2025-09-15 19:10:55 +02:00
parent 76406193f1
commit fe10a6a260
4 changed files with 7 additions and 6 deletions

View File

@ -76,7 +76,7 @@ also launch and manage external processes using the QProcess class.
Qt provides functionality to manage threads and parallelized code in a safe and Qt provides functionality to manage threads and parallelized code in a safe and
platform-independent way. platform-independent way.
See \l{Thread Support in Qt} for more information. See \l{Multi-threading in Qt} for more information.
\section1 C++20 support in Qt \section1 C++20 support in Qt

View File

@ -7,12 +7,13 @@
\title Threading Classes \title Threading Classes
These \l{Qt Core} classes provide threading support to applications. These \l{Qt Core} classes provide threading support to applications.
The \l{Thread Support in Qt} page covers how to use these classes. The \l{Multi-threading in Qt} page covers how to use these classes.
*/ */
/*! /*!
\page threads.html \page threads.html
\title Thread Support in Qt \target threadsupportinqt
\title Multi-threading in Qt
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\brief A detailed discussion of thread handling in Qt. \brief A detailed discussion of thread handling in Qt.
@ -85,7 +86,7 @@
\ingroup frameworks-technologies \ingroup frameworks-technologies
\previouspage Thread Support in Qt \previouspage Multi-threading in Qt
\nextpage Synchronizing Threads \nextpage Synchronizing Threads
Qt offers many classes and functions for working with threads. Below are Qt offers many classes and functions for working with threads. Below are

View File

@ -180,7 +180,7 @@
\li \l {Inter-process communication in Qt}{Inter-process communication} \li \l {Inter-process communication in Qt}{Inter-process communication}
\li \l {Overview of Qt's Undo Framework}{Qt's Undo Framework} \li \l {Overview of Qt's Undo Framework}{Qt's Undo Framework}
\li \l {Unicode in Qt}{Unicode Support in Qt} \li \l {Unicode in Qt}{Unicode Support in Qt}
\li \l {Thread Support in Qt} \li \l {Multi-threading in Qt}
\list \list
\li \l {Multithreading Technologies in Qt}{Multithreading Technologies} \li \l {Multithreading Technologies in Qt}{Multithreading Technologies}
\li \l {Synchronizing Threads} \li \l {Synchronizing Threads}

View File

@ -16,7 +16,7 @@ functionality and can be used as a starting point for learning how to to get the
\li \l {Inter-process communication in Qt}{Inter-process communication} \li \l {Inter-process communication in Qt}{Inter-process communication}
\li \l {Overview of Qt's Undo Framework}{Qt's Undo Framework} \li \l {Overview of Qt's Undo Framework}{Qt's Undo Framework}
\li \l {Unicode in Qt}{Unicode Support in Qt} \li \l {Unicode in Qt}{Unicode Support in Qt}
\li \l {Thread Support in Qt} \li \l {Multi-threading in Qt}
\list \list
\li \l {Multithreading Technologies in Qt}{Multithreading Technologies} \li \l {Multithreading Technologies in Qt}{Multithreading Technologies}
\li \l {Synchronizing Threads} \li \l {Synchronizing Threads}