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