qt5base-lts/examples/corelib
Rym Bouabid 2a2275756b Revamp Mandelbrot example: Declare slots as methods instead
Declare zoom as a method because it's never used as a slot.

Declare updatePixmap as a method because it's used as a slot
as pointer-to-member-function, so it doesn't need help from moc.

Q_OBJECT is not needed anymore as the MandelbrotWidget class
doesn't contain signals ans slots anymore. It's replaced by
Q_DECLARE_TR_FUNCTIONS because we are using tr() function.

Fixes: QTBUG-108861
Pick-to: 6.6 6.5 6.6.0
Change-Id: I9a1d66711cdc9f0ca5a1bc6645f7e0ed3395645c
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-09-13 20:45:17 +02:00
..
bindableproperties examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
ipc Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
mimetypes Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
platform Update mobile example categories for Qt 6.6 2023-09-12 00:44:11 +00:00
serialization Make \brief of Saving a Game to File actually brief 2023-09-11 17:56:51 +02:00
threads Revamp Mandelbrot example: Declare slots as methods instead 2023-09-13 20:45:17 +02:00
tools Contiguous cache example: minor cleanup 2023-06-30 12:55:01 +02:00
CMakeLists.txt Move permissions example to manual test 2023-06-26 18:45:25 +02:00
corelib.pro Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00