mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
fixing http-transport crash
This commit is contained in:
@@ -71,7 +71,6 @@ public:
|
||||
|
||||
MTProtoConnection();
|
||||
int32 start(MTPSessionData *data, int32 dc = 0); // return dc
|
||||
void restart();
|
||||
void stop();
|
||||
void stopped();
|
||||
~MTProtoConnection();
|
||||
@@ -312,6 +311,8 @@ signals:
|
||||
void needToSendAsync();
|
||||
void sendAnythingAsync(quint64);
|
||||
|
||||
void sendHttpWait();
|
||||
|
||||
public slots:
|
||||
|
||||
void retryByTimer();
|
||||
|
Reference in New Issue
Block a user