Skip to content

Fix int to string conversion

Volker Krause requested to merge work/vkrause/qt6-string-conversion into master

That just worked by accident due to the implicit int > QChar > QString conversion in Qt 5. Qt 6 makes that explicit though, and thus fails to compile.

Merge request reports