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:
parent
fa4485ffc2
commit
d4d492161d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user