Skip to content

compile fix: don't create QString by adding QChar

Dirk Hohndel requested to merge hohndel/kirigami:charToString into master

The existing code fails to compile on Android with latest NDK / Qt 5.15.2.

I'm not sure if this is something I'm doing wrong on Android, but this seems like a clean way to avoid the problem.

Merge request reports