| 170 | } |
| 171 | |
| 172 | QString FormatPlayedText(qint64 played, qint64 duration) { |
| 173 | return tr::lng_duration_played(tr::now, lt_played, FormatDurationText(played), lt_duration, FormatDurationText(duration)); |
| 174 | } |
| 175 | |
| 176 | QString FillAmountAndCurrency( |
| 177 | int64 amount, |
no test coverage detected