Skip to content

gsettings: use `const char*` directly

Fushan Wen requested to merge work/fuf/constchar into master

There is no need to convert QString to const char*. We can use const char* directly.

Merge request reports