mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #846, allow to display cmdLineErrorMessage by BlackMisc::CStatusMessageList
Improved formatting and HTL escape message
This commit is contained in:
committed by
Mathew Sutcliffe
parent
62f2593486
commit
d6235d901e
@@ -105,6 +105,7 @@ namespace BlackGui
|
||||
//! \name print messages generated during parsing / cmd handling
|
||||
//! @{
|
||||
virtual void cmdLineErrorMessage(const QString &cmdLineErrorMessage) const override;
|
||||
virtual void cmdLineErrorMessage(const BlackMisc::CStatusMessageList &msgs) const override;
|
||||
//! @}
|
||||
|
||||
//! \name direct access to main application window
|
||||
|
||||
Reference in New Issue
Block a user