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

Method ~GDREAcceptDialogBase

gui/gdre_window.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102GDREAcceptDialogBase::~GDREAcceptDialogBase() {
103 if (GDREProgressDialog::get_singleton()) {
104 GDREProgressDialog::get_singleton()->remove_host_window(this);
105 }
106}
107
108void GDREAcceptDialogBase::_notification(int p_what) {
109 if (p_what == NOTIFICATION_PROCESS) {

Callers

nothing calls this directly

Calls 1

remove_host_windowMethod · 0.80

Tested by

no test coverage detected