qtbase/examples/corelib/threads
Rym Bouabid 36c2a9c514 Revamp Mandelbrot example: Fix too long lines
Fix code lines that do not respect the 100 characters limit rule.

Task-number: QTBUG-108861
Pick-to: 6.6 6.5
Change-Id: Idbc148b77b52a359d972233c977bbf2ccf9fcd24
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-09-11 15:05:47 +02:00
..
doc Doc: fix links to renamed network examples 2023-03-01 19:14:39 +01:00
mandelbrot Revamp Mandelbrot example: Fix too long lines 2023-09-11 15:05:47 +02:00
queuedcustomtype Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
semaphores Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
waitconditions Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
CMakeLists.txt Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
README
threads.pro fix build and installation of queuedcustomtype example 2016-05-03 10:25:22 +00:00

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.