1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Remove defunc & now deprecated SHOW_DEPRECATIONS flag

ecm_set_disabled_deprecation_versions() in versions < 5.96 was brokwn
when it comes to SHOW_DEPRECATIONS, warnings for newer deprecations
were disabled if the flag was set or not.
Starting with ECM 5.96 the macro now enables warnings by default,
so the flag is no longer needed.

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2022-06-28 23:25:10 +02:00
parent da2bad9c68
commit dc3d153bb6

View File

@ -140,7 +140,7 @@ else()
set(HAVE_TERMINAL TRUE)
endif()
ecm_set_disabled_deprecation_versions(SHOW_DEPRECATIONS
ecm_set_disabled_deprecation_versions(
QT 5.15
KF 5.90
KSERVICE 5.89 # We use KServiceTypeTrader in a compat code path