Register OsdAction as MetaObject
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