Replace SingleTimer with base::Timer.

This commit is contained in:
John Preston
2019-01-18 15:26:43 +04:00
parent 61b9a32504
commit 314e30272b
66 changed files with 448 additions and 511 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "core/single_timer.h"
#include "base/timer.h"
#include "mtproto/rpc_sender.h"
namespace MTP {
@@ -394,7 +394,7 @@ private:
bool _ping = false;
QTimer timeouter;
SingleTimer sender;
base::Timer sender;
};