mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Performance improvement on ARM
This commit is contained in:
parent
5c8dd9f0fb
commit
8238c13dc0
5 changed files with 15 additions and 15 deletions
|
@ -518,7 +518,7 @@ QString misc::cacheLocation() {
|
|||
// use Binary prefix standards from IEC 60027-2
|
||||
// see http://en.wikipedia.org/wiki/Kilobyte
|
||||
// value must be given in bytes
|
||||
QString misc::friendlyUnit(double val) {
|
||||
QString misc::friendlyUnit(qreal val) {
|
||||
if(val < 0)
|
||||
return tr("Unknown", "Unknown (size)");
|
||||
int i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue