MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / ~GDREWindow

Method ~GDREWindow

gui/gdre_window.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58GDREWindow::~GDREWindow() {
59 if (GDREProgressDialog::get_singleton()) {
60 GDREProgressDialog::get_singleton()->remove_host_window(this);
61 }
62}
63
64void GDREWindow::_notification(int p_what) {
65 if (p_what == NOTIFICATION_PROCESS) {

Callers

nothing calls this directly

Calls 1

remove_host_windowMethod · 0.80

Tested by

no test coverage detected