Performance improvement on ARM

This commit is contained in:
Christophe Dumez 2011-01-25 17:04:55 +00:00
parent 5c8dd9f0fb
commit 8238c13dc0
5 changed files with 15 additions and 15 deletions

View file

@ -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;