mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
make the NodeList reset a blocking queued connection
This commit is contained in:
parent
918342df5f
commit
d5f79b84fc
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void NodeList::processICEPingPacket(QSharedPointer<NLPacket> packet) {
|
|||
|
||||
void NodeList::reset() {
|
||||
if (thread() != QThread::currentThread()) {
|
||||
QMetaObject::invokeMethod(this, "reset");
|
||||
QMetaObject::invokeMethod(this, "reset", Qt::BlockingQueuedConnection);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue