Skip to content

runners/dictionary: Use icon from metadata directly

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

In frameworks/krunner!152 (merged), the getter will be removed.

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