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

Method fileRemoved

kdevplatform/shell/watcheddocumentset.cpp:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void ProjectSet::fileRemoved(ProjectFileItem* file)
337{
338 Q_D(WatchedDocumentSet);
339
340 d->delDocument(IndexedString(file->indexedPath()), DoUpdate | DoEmit);
341}
342
343void ProjectSet::fileRenamed(const Path& oldFile, ProjectFileItem* newFile)
344{

Callers

nothing calls this directly

Calls 3

delDocumentMethod · 0.80
indexedPathMethod · 0.80
IndexedStringClass · 0.70

Tested by

no test coverage detected