56ec6a392a
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
|
||
---|---|---|
.. | ||
icons | ||
BLACKLIST | ||
CMakeLists.txt | ||
Info.plist | ||
testplugin.json | ||
tst_qguiapplication.cpp |