qtbase/examples/corelib/threads/mandelbrot
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
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +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: Fix too long lines 2023-09-11 15:05:47 +02:00
mandelbrotwidget.h Revamp Mandelbrot example: Fix Includes 2023-09-11 15:05:47 +02:00
renderthread.cpp Revamp Mandelbrot example: Fix Includes 2023-09-11 15:05:47 +02:00
renderthread.h examples/: fix compiler warnings -Wdeprecated-enum-float-conversion 2023-08-18 23:35:52 +03:00