Utility function to change window flags

This commit is contained in:
Klaus Basan
2017-09-22 04:31:55 +02:00
committed by Mathew Sutcliffe
parent 1bfe125108
commit daaf895c3b
2 changed files with 22 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ namespace BlackGui
//! Init the main application window based on information in this application
void initMainApplicationWindow(QWidget *mainWindow);
//! Set window flag on main application window
void addWindowFlags(Qt::WindowFlags flags);
//! \name print messages generated during parsing / cmd handling
//! @{
virtual bool cmdLineErrorMessage(const QString &cmdLineErrorMessage, bool retry = false) const override;