Skip to content

Port all KF deprecations until 5.89

Alexander Lohnau requested to merge work/deprecations into master
  • For the service types the getter is deprecated, reading the value manually is less work than silencing the deprecation. In the long run we should check, if we even need to handle that many cases.
  • The KRatingWidget signal for the uint is deprecated. By hiding deprecated public API we can even drop the overload stuff altogether

@leinir @mlaurent

Merge request reports