qtbase/examples/corelib/threads
Andreas Eliasson 922089759d Doc: Fix broken link
Also, adjust line length to be < 80 columns and make link
parenthetical.

Fixes: QTBUG-107026
Change-Id: I5f7efa5d572103a6fb432d79a52a57363efd9dd7
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
(cherry picked from commit b556d6227f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-01-02 14:21:06 +00:00
..
doc Doc: Fix broken link 2023-01-02 14:21:06 +00:00
mandelbrot Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
queuedcustomtype Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
semaphores Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
waitconditions Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
CMakeLists.txt
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.