mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
expose AudioScope to QML
This commit is contained in:
parent
b8a2525f9e
commit
7eb4b8f5f7
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue