2
0
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:
John Preston
2014-11-24 16:21:27 +03:00
parent 3ce8d9f0b7
commit e97cc9f172
6 changed files with 34 additions and 21 deletions

View File

@@ -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();