| 690 | } |
| 691 | |
| 692 | ProjectFileItem::~ProjectFileItem() |
| 693 | { |
| 694 | if (project() && !d_ptr->m_indexedPath.isEmpty()) { |
| 695 | project()->removeFromFileSet( this ); |
| 696 | } |
| 697 | } |
| 698 | |
| 699 | ProjectBaseItem::RenameStatus ProjectFileItem::rename(const QString& newName) |
| 700 | { |
nothing calls this directly
no test coverage detected