qt5base-lts/examples/qtconcurrent/imagescaling
Ivan Solovev 0ac234f9e2 Imagescaling example: fix memory leaks
* The DownloadDialog was never destroyed properly. Pass 'this' to its
  constructor to fix it.
* When re-creating an image grid layout, properly clean up old image
  labels in Images::initLayout()

Task-number: QTBUG-103514
Pick-to: 6.5 6.5.0
Change-Id: Ief52774002632d4ad3a6cca85bb0c0aa1a1d4bc0
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2023-03-13 19:24:14 +01:00
..
doc Example: update imagescaling example 2023-03-09 17:26:59 +00:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
downloaddialog.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
downloaddialog.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
downloaddialog.ui Improve QtConcurrent ImageScaling example to demo new features 2020-11-12 08:56:14 +01:00
imagescaling.cpp Imagescaling example: fix memory leaks 2023-03-13 19:24:14 +01:00
imagescaling.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
imagescaling.pro Improve QtConcurrent ImageScaling example to demo new features 2020-11-12 08:56:14 +01:00
main.cpp Example: update imagescaling example 2023-03-09 17:26:59 +00:00