mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 02:16:04 +08:00
refs #846, use CStatusMessageList instead bool
More detailed error messages
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d6235d901e
commit
0fc34be74f
@@ -28,7 +28,7 @@ CSwiftGuiStdApplication::CSwiftGuiStdApplication() :
|
|||||||
this->addVatlibOptions();
|
this->addVatlibOptions();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CSwiftGuiStdApplication::startHookIn()
|
CStatusMessageList CSwiftGuiStdApplication::startHookIn()
|
||||||
{
|
{
|
||||||
Q_ASSERT_X(m_parsed, Q_FUNC_INFO, "Not yet parsed cmd line arguments");
|
Q_ASSERT_X(m_parsed, Q_FUNC_INFO, "Not yet parsed cmd line arguments");
|
||||||
CoreModes::CoreMode coreMode = CoreModes::CoreInGuiProcess;
|
CoreModes::CoreMode coreMode = CoreModes::CoreInGuiProcess;
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ protected:
|
|||||||
virtual bool parsingHookIn() override;
|
virtual bool parsingHookIn() override;
|
||||||
|
|
||||||
//! Start facade by cmd arguments
|
//! Start facade by cmd arguments
|
||||||
virtual bool startHookIn() override;
|
virtual BlackMisc::CStatusMessageList startHookIn() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QCommandLineOption m_cmdFacadeMode
|
QCommandLineOption m_cmdFacadeMode
|
||||||
|
|||||||
Reference in New Issue
Block a user