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

@@ -161,10 +161,7 @@ namespace ThirdParty {
void start();
void finish();
}
bool checkms(); // returns true if time has changed
TimeMs getms(bool checked = false);
} // namespace ThirdParty
const static uint32 _md5_block_size = 64;
class HashMd5 {
@@ -324,7 +321,7 @@ struct ProxyData {
QString user, password;
std::vector<QString> resolvedIPs;
TimeMs resolvedExpireAt = 0;
crl::time resolvedExpireAt = 0;
bool valid() const;
bool supportsCalls() const;