mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user