qt5base-lts/tests/auto/gui/kernel/qguiapplication
Ivan Solovev 56ec6a392a tst_qguiapplication: guard the usage of deprecated signals
The paletteChanged() and fontChanged() signals were deprecated
in Qt 6.0, but the test was still using them unconditionally.

This patch guards the usage of the deprecated signals with
the usual QT_DEPRECATED_SINCE(6, 0) check, so that the test
can be built and run with QT_DISABLE_DEPRECATED_UP_TO >= 0x060000

This commit amends 68ea9c0227

Task-number: QTBUG-104858
Change-Id: Idb2da6d91afcdb664f325f23ec625947c9a7fac0
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2022-08-30 22:46:35 +02:00
..
icons Add support for -qwindowicon command line argument. 2014-05-02 10:03:31 +02:00
BLACKLIST Test is no longer flaky 2022-07-26 16:33:27 +02:00
CMakeLists.txt tst_qguiapplication: guard the usage of deprecated signals 2022-08-30 22:46:35 +02:00
Info.plist CMake: Fix failing tests on macOS developer builds 2020-09-22 19:08:53 +02:00
testplugin.json Fix events being processed on application start 2012-09-26 19:54:19 +02:00
tst_qguiapplication.cpp tst_qguiapplication: guard the usage of deprecated signals 2022-08-30 22:46:35 +02:00