Skip to content

kcms/users: Fix missing avatar icons

ivan tkachenko requested to merge work/ratijas/avatars into master

QString needs to be properly converted to a local file URL via appropriate API, otherwise URL would lack protocol like file://, and so QML engine would try to convert it into some local resource relative to whatever component that tries to assign this value.

Merge request reports