mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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
|
||||
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
|
||||
QMetaObject::invokeMethod(DependencyManager::get<AudioClient>().data(),
|
||||
|
|
Loading…
Reference in a new issue