qtbase/examples/corelib/threads
Giuseppe D'Angelo 947b2b3be8 Examples: fix UB calls into QElapsedTimer
Calling restart() without start() is illegal, so don't do that; use
start() instead.

Pick-to: 6.5
Change-Id: I2ff5151f588cb926ccecc3d9997615e63f36ee24
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 029407117f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit f24dcf7bdb)
2025-03-30 17:43:26 +00:00
..
doc Doc: Remove usage of defunct QDoc command 2024-08-28 11:39:51 +00:00
mandelbrot Examples: fix UB calls into QElapsedTimer 2025-03-30 17:43:26 +00:00
queuedcustomtype CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
semaphores CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
waitconditions CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01: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.