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

Method fileRenamed

kdevplatform/shell/watcheddocumentset.cpp:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void ProjectSet::fileRenamed(const Path& oldFile, ProjectFileItem* newFile)
344{
345 Q_D(WatchedDocumentSet);
346
347 d->delDocument(IndexedString(oldFile.pathOrUrl()));
348 fileAdded(newFile);
349}
350
351static const QObject* qobjectProjectFileManager(const IProjectFileManager* projectFileManager)
352{

Callers

nothing calls this directly

Calls 3

delDocumentMethod · 0.80
pathOrUrlMethod · 0.80
IndexedStringClass · 0.70

Tested by

no test coverage detected