expose AudioScope to QML

This commit is contained in:
Brad Hefta-Gaub 2017-03-10 17:38:13 -08:00
parent b8a2525f9e
commit 7eb4b8f5f7

View file

@ -1951,7 +1951,7 @@ void Application::initializeUi() {
rootContext->setContextProperty("ApplicationInterface", this);
rootContext->setContextProperty("Audio", &AudioScriptingInterface::getInstance());
rootContext->setContextProperty("AudioStats", DependencyManager::get<AudioClient>()->getStats().data());
//rootContext->setContextProperty("AudioScope", DependencyManager::get<AudioScope>.data());
rootContext->setContextProperty("AudioScope", DependencyManager::get<AudioScope>().data());
rootContext->setContextProperty("Controller", DependencyManager::get<controller::ScriptingInterface>().data());