2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Use crl::time/now instead of TimeMs/getms.

This commit is contained in:
John Preston
2019-02-19 10:57:53 +04:00
parent d208236994
commit fe618bd652
310 changed files with 1133 additions and 1141 deletions

View File

@@ -97,7 +97,7 @@ public:
}
void paintAction(
Painter &p,
TimeMs ms,
crl::time ms,
int x,
int y,
int outerWidth,
@@ -143,7 +143,7 @@ void BoxController::Row::paintStatusText(Painter &p, const style::PeerListItem &
void BoxController::Row::paintAction(
Painter &p,
TimeMs ms,
crl::time ms,
int x,
int y,
int outerWidth,