mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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;
|
||||
if (!_registered) {
|
||||
_registered = true;
|
||||
qRegisterMetaType<QVector<quint64>>("QVector<quint64>");
|
||||
qRegisterMetaType<QVector<quint64> >("QVector<quint64>");
|
||||
}
|
||||
|
||||
connect(this, SIGNAL(needToSendAsync()), sessionData->owner(), SIGNAL(needToSend()), Qt::QueuedConnection);
|
||||
|
|
Loading…
Add table
Reference in a new issue