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

Method documentCreated

kdevplatform/shell/watcheddocumentset.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void OpenDocumentSet::documentCreated(IDocument* doc)
282{
283 Q_D(WatchedDocumentSet);
284
285 d->addDocument(IndexedString(doc->url()), DoUpdate | DoEmit);
286}
287
288void OpenDocumentSet::documentUrlChanged(IDocument* doc, const QUrl& previousUrl)
289{

Callers

nothing calls this directly

Calls 3

IndexedStringClass · 0.70
addDocumentMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected