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

Method closeInspector

src/domain/UBWebEngineView.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void UBWebEngineView::closeInspector()
76{
77 if (mInspectorWindow)
78 {
79 page()->setDevToolsPage(nullptr);
80 mInspectorWindow->close();
81 mInspectorWindow->deleteLater();
82 mInspectorWindow = nullptr;
83 }
84}
85
86void UBWebEngineView::contextMenuEvent(QContextMenuEvent *event)
87{

Callers 2

removeMethod · 0.45
removeMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected