MCPcopy Create free account
hub / github.com/KDE/kdevelop / viewDestroyed

Method viewDestroyed

plugins/contextbrowser/contextbrowser.cpp:958–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958void ContextBrowserPlugin::viewDestroyed(QObject* obj)
959{
960 m_highlightedRanges.remove(static_cast<KTextEditor::View*>(obj));
961 m_updateViews.remove(static_cast<View*>(obj));
962 m_textHintProvidedViews.removeOne(static_cast<KTextEditor::View*>(obj));
963}
964
965void ContextBrowserPlugin::selectionChanged(View* view)
966{

Callers

nothing calls this directly

Calls 2

removeOneMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected