mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
syntax error fixed
This commit is contained in:
parent
ecc6899b42
commit
074b825414
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue