Skip to content
Commit 9c63db1f authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

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

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.
parent 658c3243
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment