mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Replace SingleTimer with base::Timer.
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user