MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / remove

Method remove

src/gui/UBToolWidget.cpp:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void UBToolWidget::remove()
268{
269 mToolWidget = nullptr;
270 mWebView->closeInspector();
271 hide();
272 deleteLater();
273}
274
275void UBToolWidget::centerOn(const QPoint& pos)
276{

Callers 3

onCloseClickedMethod · 0.45
removeTabMethod · 0.45

Calls 2

hideFunction · 0.50
closeInspectorMethod · 0.45

Tested by

no test coverage detected