refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)

This commit is contained in:
Klaus Basan
2016-03-13 18:08:38 +00:00
committed by Mathew Sutcliffe
parent 76814b43be
commit c411f07551
8 changed files with 31 additions and 29 deletions

View File

@@ -54,8 +54,10 @@ namespace BlackGui
//! Init the main application window based on information in this application
void initMainApplicationWindow(QWidget *mainWindow) const;
//! \copydoc BlackCore::CApplication::errorMessage
virtual void errorMessage(const QString &errorMessage) const override;
//! \name print messages generated during parsing / cmd handling
//! @{
virtual void cmdLineErrorMessage(const QString &cmdLineErrorMessage) const override;
//! @}
//! Set icon
//! \note Pixmap requires a valid QApplication, so it cannot be passed as constructor parameter
@@ -65,10 +67,10 @@ namespace BlackGui
static void exit(int retcode = 0);
protected:
//! \name print messages generated during parsing
//! \name print messages generated during parsing / cmd handling
//! @{
virtual void helpMessage() override;
virtual void versionMessage() const override;
virtual void cmdLineHelpMessage() override;
virtual void cmdLineVersionMessage() const override;
//! @}
//! Handle paring of special GUI cmd arguments