mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
refactor: Clarify CApplication method names
This commit is contained in:
@@ -69,7 +69,7 @@ CStatusMessageList CSwiftGuiStdApplication::startHookIn()
|
||||
break;
|
||||
}
|
||||
|
||||
const CStatusMessageList contextMsgs = this->useContexts(runtimeConfig);
|
||||
const CStatusMessageList contextMsgs = this->initContextsAndStartCoreFacade(runtimeConfig);
|
||||
msgs.push_back(contextMsgs);
|
||||
return contextMsgs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user