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
+1 -1
View File
@@ -772,7 +772,7 @@ int Rows::countAvailableWidth() const {
void Rows::paintEvent(QPaintEvent *e) {
Painter p(this);
const auto ms = getms();
const auto ms = crl::now();
const auto clip = e->rect();
const auto checkLeft = st::passportRowPadding.left();