mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Apparently this is .05 percent more accurate than before.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user