mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #485, renamed (CContextRuntime) to CCoreFacade
https://dev.vatsim-germany.org/issues/485#note-6
This commit is contained in:
committed by
Mathew Sutcliffe
parent
79cbcbc88f
commit
d9aac6427b
@@ -143,11 +143,11 @@ void CSwiftCore::startCore(const SetupInfo &setup)
|
||||
|
||||
// context
|
||||
this->createRuntime(setup.m_coreAudio ?
|
||||
CRuntimeConfig::forCoreAllLocalInDBus(setup.m_dbusAddress) :
|
||||
CRuntimeConfig::forCoreAllLocalInDBusNoAudio(setup.m_dbusAddress),
|
||||
CCoreFacadeConfig::forCoreAllLocalInDBus(setup.m_dbusAddress) :
|
||||
CCoreFacadeConfig::forCoreAllLocalInDBusNoAudio(setup.m_dbusAddress),
|
||||
this);
|
||||
CEnableForRuntime::setRuntimeForComponents(this->getRuntime(), this);
|
||||
connect(ui->le_CommandLineInput, &CCommandInput::commandEntered, getRuntime(), &CRuntime::parseCommandLine);
|
||||
connect(ui->le_CommandLineInput, &CCommandInput::commandEntered, getRuntime(), &CCoreFacade::parseCommandLine);
|
||||
}
|
||||
|
||||
void CSwiftCore::stopCore()
|
||||
|
||||
Reference in New Issue
Block a user