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

Method documentDestroyed

plugins/patchreview/patchhighlighter.cpp:654–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void PatchHighlighter::documentDestroyed() {
655 qCDebug(PLUGIN_PATCHREVIEW) << "document destroyed";
656 m_ranges.clear();
657}
658
659void PatchHighlighter::aboutToDeleteMovingInterfaceContent( KTextEditor::Document* ) {
660 qCDebug(PLUGIN_PATCHREVIEW) << "about to delete";

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected