Skip to content

Import QtQuick.Window in UserDelegate

David Redondo requested to merge work/davide/importwhatyouuse into master

1c0c824c uses Screen but that is inside in QtQuick.Window. This happens to work in the lockscreen (something else importing it above it?) but breaks in the sddm theme, with the default image being super pixelated because sourceSize defaults back to 22x22. BUG:418546

Merge request reports