Skip to content

kcm/keyboard: Refactor enum to string map

Ismael Asensio requested to merge work/iasensio/fix-keyboard-crash into master

Small refactor of the static variable and method that maps enum values to strings for switching policies.

Using QStringList instead of const char* items should be generally safer.

Edited by Ismael Asensio

Merge request reports