refs #846, use CStatusMessageList instead bool

More detailed error messages
This commit is contained in:
Klaus Basan
2016-12-29 00:56:14 +01:00
committed by Mathew Sutcliffe
parent d6235d901e
commit 0fc34be74f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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