Skip to content

Deprecate QueryMatch::MatchType::InformationalMatch

Alexander Lohnau requested to merge work/alex/informational_match into master

This enum value is quite ugly from an API POV, because we mix the sorting of KRunner with the special behavior when the match is run. For the special behavior we already have https://invent.kde.org/frameworks/krunner/-/blob/master/src/runnercontext.h#L244 as an alternative. This was needed to implement the help runner.

Task: https://phabricator.kde.org/T15742

Merge request reports