From 78a04255abf83147092269f38e48e281181af932 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Tue, 25 Oct 2016 16:35:56 -0700 Subject: [PATCH] amend qml/audio ordering comment --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 6d0a6ae04f..fd49d49ab9 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1567,7 +1567,7 @@ void Application::cleanupBeforeQuit() { // stop QML DependencyManager::destroy(); - // 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().data(),