Skip to content

Draft: Fix KF 5.100.0 compilation

Mladen Milinkovic requested to merge work/fix-kf-5_100-build into master

Just came across the compilation problem on kdesrc when KWIDGETSADDONS_ENABLE_DEPRECATED_SINCE(5, 100) is false.

KStandardGuiItem::yes()/no() are deprecated.

Probably not the correct way to fix this.

Merge request reports