https://bugs.kde.org/show_bug.cgi?id=397008

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |junior-jobs
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Christoph Feck <cf...@kde.org> ---
Currently uses qRound, which returns int, but either should use qRound64 (and
double instead of qreal), or just use int arithmetic for rounding, e.g. ((x +
50) / 100) * 100 will round to multiple of 100.

https://cgit.kde.org/kcoreaddons.git/tree/src/lib/util/kformatprivate.cpp#n332

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to