| 1092 | } |
| 1093 | |
| 1094 | QList<ProjectBaseItem*> ProjectModel::itemsForPath(const IndexedString& path) const |
| 1095 | { |
| 1096 | Q_D(const ProjectModel); |
| 1097 | |
| 1098 | return d->pathLookupTable.values(IndexedStringView::fromString(path)); |
| 1099 | } |
| 1100 | |
| 1101 | ProjectBaseItem* ProjectModel::itemForPath(IndexedStringView path) const |
| 1102 | { |
no outgoing calls