qtbase/examples/corelib/threads
Topi Reinio 619710e828 Doc: Fix documentation issues for Qt Core
* Fix \sa links to specific overloads of QFileInfo::fileTime().

* Remove references to 'Custom Type Example' (example has been removed).

* Fix linking to 'JSON Save Game' example.

* Fix references to 'Queued Custom Type' example.

* Fix linking to QCryptographicHash::Algorithm.

* Fix undocumented parameters in qHypot().

Change-Id: If9eb9978a14e147f003672a682972b319454c311
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
(cherry picked from commit 96740ea3fe)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 26c10a8863)
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
2024-01-12 15:46:21 +01:00
..
doc Doc: Fix documentation issues for Qt Core 2024-01-12 15:46:21 +01:00
mandelbrot Revamp Mandelbrot example: Add const/constexpr when applicable 2023-09-14 16:24:18 +00:00
queuedcustomtype QueuedCustomType example: use QThread::requestInterruption 2023-10-27 21:04:57 +00:00
semaphores Revamp Semaphores example: Replace const by constexpr when applicable 2023-09-14 12:03:52 +00:00
waitconditions Exclude some examples from Android build 2023-08-31 14:39:34 +00:00
CMakeLists.txt Exclude some examples from Android build 2023-08-31 14:39:34 +00:00
README
threads.pro

README

This folder contains examples for the use of the threading-related classes
in Qt Core. For examples using the higher-level Qt Concurrent module,
check out the "qtconcurrent" folder instead.

Documentation for examples can be found via the Examples and Tutorials link
in the main Qt documentation. The examples and their documentation can also
be opened from the Examples tab of Qt Creator's Welcome mode.