mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
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:
committed by
Mathew Sutcliffe
parent
07db0732ed
commit
53a021de78
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user