mirror of
https://github.com/overte-org/overte.git
synced 2025-06-18 20:21:05 +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
|
// block until we get the settingsRequestComplete signal
|
||||||
QEventLoop loop;
|
QEventLoop loop;
|
||||||
loop.connect(&domainHandler, &DomainHandler::settingsRequestComplete, &loop, &QEventLoop::quit);
|
connect(&domainHandler, &DomainHandler::settingsRequestComplete, &loop, &QEventLoop::quit);
|
||||||
domainHandler.requestDomainSettings();
|
domainHandler.requestDomainSettings();
|
||||||
loop.exec();
|
loop.exec();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue