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

Pick-to: 6.9 6.8 6.5
Change-Id: I2ff5151f588cb926ccecc3d9997615e63f36ee24
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2025-03-26 02:04:43 +01: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
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-26 02:04:43 +01:00
renderthread.h