mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -179,7 +179,7 @@ int SuggestionsWidget::countWidth(const Row &row) {
|
||||
void SuggestionsWidget::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
auto ms = getms();
|
||||
auto ms = crl::now();
|
||||
auto clip = e->rect();
|
||||
|
||||
auto topskip = QRect(0, 0, width(), _st->skip);
|
||||
|
Reference in New Issue
Block a user