refs #935, set opacity of main window when wizard is active

https://dev.vatsim-germany.org/issues/935#note-5
This commit is contained in:
Klaus Basan
2017-04-16 12:10:12 +02:00
committed by Mathew Sutcliffe
parent 07db0732ed
commit 53a021de78
2 changed files with 26 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ namespace BlackGui
//! Custom button was clicked
void clickedCustomButton(int which);
//! Accepted or rejected
void ended();
//! Set the parent's window opacity
void setParentOpacity(qreal opacity);
QScopedPointer<Ui::CConfigurationWizard> ui;
int m_previousId = -1;
int m_minId = -1;