| 56 | } |
| 57 | |
| 58 | GDREWindow::~GDREWindow() { |
| 59 | if (GDREProgressDialog::get_singleton()) { |
| 60 | GDREProgressDialog::get_singleton()->remove_host_window(this); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | void GDREWindow::_notification(int p_what) { |
| 65 | if (p_what == NOTIFICATION_PROCESS) { |
nothing calls this directly
no test coverage detected