Fix compilation with Qt 6.9
QChar::unicode returns a char16_t which doesn't have an overload in QString::arg
No idea if this is the correct fix
Edited by Carl Schwan
QChar::unicode returns a char16_t which doesn't have an overload in QString::arg
No idea if this is the correct fix