| 7 | ActionDialog *ActionDialog::activeDialog = nullptr; |
| 8 | |
| 9 | ActionDialog::ActionDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) |
| 10 | : ActionDialogBase(parent, id, title, pos, size, style) { |
| 11 | } |
| 12 | |
| 13 | |
| 14 | ActionDialog::~ActionDialog() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected