Ref T408, function to append extra info to title

This commit is contained in:
Klaus Basan
2018-10-24 02:57:13 +02:00
parent d7380966de
commit c52101709a
2 changed files with 15 additions and 2 deletions

View File

@@ -122,6 +122,9 @@ namespace BlackGui
//! Set window flag on main application window
void addWindowFlags(Qt::WindowFlags flags);
//! Set window title
QString setExtraWindowTitle(const QString &extraInfo, QWidget *mainWindowWidget = mainApplicationWidget()) const;
//! \name print messages generated during parsing / cmd handling
//! @{
virtual bool cmdLineErrorMessage(const QString &cmdLineErrorMessage, bool retry = false) const override;