mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #603, new CMD args, formerly passed by env.vars
* removed from CProject * removed. env. vars menu items * prepared for vatlib cmd. args * prepared for eol (end of lifetime) timestamp (time bomb)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d7e5b5206c
commit
f4cbfc2fa9
@@ -19,6 +19,7 @@ CSwiftGuiStdApplication::CSwiftGuiStdApplication() : CGuiApplication("swift pilo
|
||||
this->addParserOption(this->m_cmdFacadeMode);
|
||||
this->addWindowModeOption();
|
||||
this->addDBusAddressOption();
|
||||
this->addVatlibOptions();
|
||||
}
|
||||
|
||||
bool CSwiftGuiStdApplication::startHookIn()
|
||||
@@ -28,7 +29,7 @@ bool CSwiftGuiStdApplication::startHookIn()
|
||||
const QString dBusAddress(this->getCmdDBusAddressValue());
|
||||
if (this->isParserOptionSet(this->m_cmdFacadeMode))
|
||||
{
|
||||
const QString v(this->getParserOptionValue(this->m_cmdFacadeMode));
|
||||
const QString v(this->getParserValue(this->m_cmdFacadeMode));
|
||||
coreMode = CoreModes::stringToCoreMode(v);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user