mirror of https://github.com/procxx/kepka.git
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
5aecf2d3a3
|
@ -1122,7 +1122,7 @@ MTProtoConnectionPrivate::MTProtoConnectionPrivate(QThread *thread, MTProtoConne
|
||||||
static bool _registered = false;
|
static bool _registered = false;
|
||||||
if (!_registered) {
|
if (!_registered) {
|
||||||
_registered = true;
|
_registered = true;
|
||||||
qRegisterMetaType<QVector<quint64>>("QVector<quint64>");
|
qRegisterMetaType<QVector<quint64> >("QVector<quint64>");
|
||||||
}
|
}
|
||||||
|
|
||||||
connect(this, SIGNAL(needToSendAsync()), sessionData->owner(), SIGNAL(needToSend()), Qt::QueuedConnection);
|
connect(this, SIGNAL(needToSendAsync()), sessionData->owner(), SIGNAL(needToSend()), Qt::QueuedConnection);
|
||||||
|
|
Loading…
Reference in New Issue