GRAPHICS: MACGUI: Extend setVisible() method to allow proper overloading
This commit is contained in:
parent
8276404d23
commit
670ea3485f
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ BaseMacWindow::BaseMacWindow(int id, bool editable, MacWindowManager *wm) :
|
|||
_visible = true;
|
||||
}
|
||||
|
||||
void BaseMacWindow::setVisible(bool visible) { _visible = visible; }
|
||||
void BaseMacWindow::setVisible(bool visible, bool silent) { _visible = visible; }
|
||||
|
||||
bool BaseMacWindow::isVisible() { return _visible; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue