mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Performance improvement on ARM
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user