mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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() )
|
if ( m_stream.isNull() )
|
||||||
return QString();
|
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
|
void
|
||||||
|
Reference in New Issue
Block a user