Skip to content

core: use QString to format number

Sune Vuorela requested to merge work/sune/use-qt-to-format-number into master

cppcheck rightly complains that the format string and the types don't match. We now have a Qt that can format numbers for us, so just do that.

Merge request reports