Skip to content

utils/handy: fix formatSize arg

Dnt Dnt requested to merge dntlinux/mauikit:handy-fix-format-size into master

with a large file size, the output is incorrectly generated, need to use quint64 instead of int

https://doc.qt.io/qt-5/qlocale.html#formattedDataSize-1

Merge request reports