D7763: Add Bitrate to Dolphin's Additional Information

Anthony Fieroni noreply at phabricator.kde.org
Mon Sep 11 04:59:11 BST 2017


anthonyfieroni added inline comments.

INLINE COMMENTS

> kbaloorolesprovider.cpp:203
> +{
> +    float bitrate = value / 1000;
> +    return QString::number(bitrate) + QString(" kB/s");

It should be

  float(value) / 1000

or you will not get a float but an int.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D7763

To: ngraham, #dolphin, #kde_applications, broulik, aacid, dfaure, emmanuelp
Cc: anthonyfieroni, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20170911/32df43d7/attachment.htm>


More information about the kfm-devel mailing list