2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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

@@ -76,7 +76,7 @@ void AddBotToGroup(not_null<UserData*> bot, not_null<PeerData*> chat) {
//void MembersAddButton::paintEvent(QPaintEvent *e) {
// Painter p(this);
//
// auto ms = getms();
// auto ms = crl::now();
// auto over = isOver();
// auto down = isDown();
//
@@ -122,7 +122,7 @@ QMargins PeerListRowWithLink::actionMargins() const {
void PeerListRowWithLink::paintAction(
Painter &p,
TimeMs ms,
crl::time ms,
int x,
int y,
int outerWidth,