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

Function FormatDownloadText

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

Source from the content-addressed store, hash-verified

68}
69
70QString FormatDownloadText(qint64 ready, qint64 total) {
71 return FormatTextWithReadyAndTotal(
72 tr::lng_save_downloaded,
73 ready,
74 total);
75}
76
77QString FormatProgressText(qint64 ready, qint64 total) {
78 return FormatTextWithReadyAndTotal(

Callers 11

setStatusSizeMethod · 0.85
StateDescriptionFunction · 0.85
BuildUpdateSectionFunction · 0.85
SetupUpdateFunction · 0.85
refreshInfoMethod · 0.85
MaxStatusWidthFunction · 0.85
GifMaxStatusWidthFunction · 0.85
setStatusSizeMethod · 0.85
CollectScanInfoFunction · 0.85
updateMethod · 0.85
ContentFromStateFunction · 0.85

Calls 1

Tested by

no test coverage detected