Skip to content

runners/helprunner: Read icon and description from runner metadata

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

In frameworks/krunner!152 (merged) the getter is removed in favor of accessing the metadata.

Also, it is more efficient and better from a thread-safety perspective to just use a QString instead of QIcon when we only care about the name later on.

Merge request reports