Skip to content

[LookAndFeel/OSD] Move away from unqualified IDs

David Edmundson requested to merge work/osd_fix2 into master

The old code took a pointer to an opaque object then tried to find matching properties.

Use of aliases makes things clearer. It should also help if someone adds a property to OSDItem again.

Merge request reports