MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / closeRequested

Method closeRequested

UIComponent/InspectionWidgetFactory.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128InspectionWidget::closeRequested()
129{
130 // Close requests are handled differently, depending on whether we are
131 // attached or not.
132
133 if (m_analyzer != nullptr)
134 m_analyzer->closeInspector(m_request.handle, 0);
135 else
136 this->deleteLater();
137}
138
139
140const char *

Callers

nothing calls this directly

Calls 1

closeInspectorMethod · 0.80

Tested by

no test coverage detected