MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / FormatPlayedText

Function FormatPlayedText

Telegram/SourceFiles/ui/text/format_values.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

setStatusSizeMethod · 0.85
MaxStatusWidthFunction · 0.85
drawMethod · 0.85
setStatusSizeMethod · 0.85
updateMethod · 0.85

Calls 1

FormatDurationTextFunction · 0.85

Tested by

no test coverage detected