Skip to content

[kcms/users] Fix build concatenating two chars

David Edmundson requested to merge work/fix_build into master

Two QChar's cannot be added, we need to hint to the compiler that we are building a string as found by recent CMake changes.

Merge request reports