Skip to content

Plasma::Types: Make ContainmentType a enum class, use QMetaEnum

Alexander Lohnau requested to merge work/alex/containment_type into master

By naming the enum values the same as the config keys, we can use QMetaObject instead of the custom string magic. To avoid weird code like Plasma::Types::Desktop, the enum was changed to an enum class.

Merge request reports