qtbase/examples/corelib/threads/mandelbrot
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
..
CMakeLists.txt CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
main.cpp Revamp Mandelbrot example: Use a Literal operator to create QString 2023-09-11 15:05:47 +02:00
mandelbrot.pro mandelbrot example: Remove explicit linking against libm 2021-12-17 10:38:50 +01:00
mandelbrotwidget.cpp Revamp Mandelbrot example: Add const/constexpr when applicable 2023-09-13 20:45:16 +02:00
mandelbrotwidget.h Revamp Mandelbrot example: Declare slots as methods instead 2023-09-13 20:45:17 +02:00
renderthread.cpp Examples: fix UB calls into QElapsedTimer 2025-03-30 17:43:26 +00:00
renderthread.h examples/: fix compiler warnings -Wdeprecated-enum-float-conversion 2023-08-18 23:35:52 +03:00