Skip to content

Register OsdAction as MetaObject

Marco Martin requested to merge work/mart/OsdAction into master

The only thing that OsdAction is accessed for in QML is the Enum values, in this case register it with qmlRegisterUncreatableMetaObject which registers only the types and enums, as now Q_GADGETs can only be registered by value lowercase

This fixes a lot of stderr warnings at plasma startup

Merge request reports