mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
remove an unecessary reference to loop
This commit is contained in:
parent
133e8570a3
commit
9a7267a10c
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ void AudioMixer::run() {
|
|||
|
||||
// block until we get the settingsRequestComplete signal
|
||||
QEventLoop loop;
|
||||
loop.connect(&domainHandler, &DomainHandler::settingsRequestComplete, &loop, &QEventLoop::quit);
|
||||
connect(&domainHandler, &DomainHandler::settingsRequestComplete, &loop, &QEventLoop::quit);
|
||||
domainHandler.requestDomainSettings();
|
||||
loop.exec();
|
||||
|
||||
|
|
Loading…
Reference in a new issue