Add default parameter to wxDialog::Show() in wxQt
Closes https://github.com/wxWidgets/wxWidgets/pull/1164
This commit is contained in:
parent
6fbc7a7e16
commit
31c2bd7aa3
@ -34,7 +34,7 @@ public:
|
||||
virtual int ShowModal() wxOVERRIDE;
|
||||
virtual void EndModal(int retCode) wxOVERRIDE;
|
||||
virtual bool IsModal() const wxOVERRIDE;
|
||||
virtual bool Show(bool show) wxOVERRIDE;
|
||||
virtual bool Show(bool show = true) wxOVERRIDE;
|
||||
|
||||
QDialog *GetDialogHandle() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user