qt6-bb10/examples/widgets/widgets/sliders
Axel Spoerl f05aee7628 Fix unused variable compiler warning in slider example
The example overrides QWidget::resizeEvent() without using the
QResizeEvent * argument. This results in a compiler warning.

This patch marks the argument unused.

Pick-to: 6.5
Change-Id: I647d0eda7d895e70ed6f232960aec992f5e37b6c
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2023-01-05 05:21:43 +00:00
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sliders.pro
slidersgroup.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
slidersgroup.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
window.cpp Fix unused variable compiler warning in slider example 2023-01-05 05:21:43 +00:00
window.h Sliders: Add function that changes widgets position on layout 2022-08-15 11:22:14 +03:00