mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 15:26:17 +02: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() {
|
void NodeList::reset() {
|
||||||
if (thread() != QThread::currentThread()) {
|
if (thread() != QThread::currentThread()) {
|
||||||
QMetaObject::invokeMethod(this, "reset");
|
QMetaObject::invokeMethod(this, "reset", Qt::BlockingQueuedConnection);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue