Skip to content

Change wallpaper enums to be in namespaces rather than in gadgets

Qt 6 no longer allows exporting gadgets with an uppercase name. Namespaces work just as well here, but we unfortunately have this problem also in other places where the solution is less straightforward.

Merge request reports