| 574 | } |
| 575 | |
| 576 | QList< ProjectBaseItem* > Project::itemsForPath(const IndexedString& path) const |
| 577 | { |
| 578 | Q_D(const Project); |
| 579 | |
| 580 | return d->itemsForPath(path); |
| 581 | } |
| 582 | |
| 583 | QList< ProjectFileItem* > Project::filesForPath(const IndexedString& file) const |
| 584 | { |
no outgoing calls