Skip to content

Fix compilation with KF 5.90

Alexander Lohnau requested to merge work/alex/5_90_fix into master

The new overload that is only shown when deprecations are disabled was introduced in KF 5.91. To avoid preprocessor version guards, we can just use auto here.

Merge request reports