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

Method documentClosed

kdevplatform/shell/watcheddocumentset.cpp:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void OpenDocumentSet::documentClosed(IDocument* doc)
275{
276 Q_D(WatchedDocumentSet);
277
278 d->delDocument(IndexedString(doc->url()), DoUpdate | DoEmit);
279}
280
281void OpenDocumentSet::documentCreated(IDocument* doc)
282{

Callers

nothing calls this directly

Calls 3

delDocumentMethod · 0.80
IndexedStringClass · 0.70
urlMethod · 0.45

Tested by

no test coverage detected