| 100 | } |
| 101 | |
| 102 | GDREAcceptDialogBase::~GDREAcceptDialogBase() { |
| 103 | if (GDREProgressDialog::get_singleton()) { |
| 104 | GDREProgressDialog::get_singleton()->remove_host_window(this); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | void GDREAcceptDialogBase::_notification(int p_what) { |
| 109 | if (p_what == NOTIFICATION_PROCESS) { |
nothing calls this directly
no test coverage detected