1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

* Apparently this is .05 percent more accurate than before.

This commit is contained in:
Christian Muehlhaeuser 2012-11-16 11:05:14 +01:00
parent fa4485ffc2
commit d4d492161d

View File

@ -67,7 +67,7 @@ TransferStatusItem::rightColumnText() const
if ( m_stream.isNull() )
return QString();
return QString( "%1 kb/s" ).arg( m_stream.data()->transferRate() / 1024 );
return QString( "%1 kB/s" ).arg( m_stream.data()->transferRate() / 1000 );
}
void