mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #597, removed setup loading in CWebDataServices
* no longer needed, as initial load happens in CApplication * adjusted classes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c649c1b7ed
commit
4b7ba4f117
@@ -46,8 +46,7 @@ bool CSwiftGuiStdApplication::startHookIn()
|
||||
runtimeConfig = CCoreFacadeConfig::remoteLocalAudio(dBusAddress);
|
||||
break;
|
||||
}
|
||||
this->useContexts(runtimeConfig);
|
||||
return true;
|
||||
return this->useContexts(runtimeConfig);
|
||||
}
|
||||
|
||||
bool CSwiftGuiStdApplication::parsingHookIn()
|
||||
|
||||
Reference in New Issue
Block a user