mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
amend qml/audio ordering comment
This commit is contained in:
parent
5413d97089
commit
78a04255ab
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ void Application::cleanupBeforeQuit() {
|
||||||
// stop QML
|
// stop QML
|
||||||
DependencyManager::destroy<OffscreenUi>();
|
DependencyManager::destroy<OffscreenUi>();
|
||||||
|
|
||||||
// stop audio after QML, as the qtwebengine may use it, and may crash if it is already stopped
|
// stop audio after QML, as there are unexplained audio crashes originating in qtwebengine
|
||||||
|
|
||||||
// stop the AudioClient, synchronously
|
// stop the AudioClient, synchronously
|
||||||
QMetaObject::invokeMethod(DependencyManager::get<AudioClient>().data(),
|
QMetaObject::invokeMethod(DependencyManager::get<AudioClient>().data(),
|
||||||
|
|
Loading…
Reference in a new issue