| 1472 | } |
| 1473 | |
| 1474 | Project::Item Project::getMainGroup() |
| 1475 | { |
| 1476 | return { *this, projectRoot.getChildWithName (Ids::MAINGROUP), false }; |
| 1477 | } |
| 1478 | |
| 1479 | PropertiesFile& Project::getStoredProperties() const |
| 1480 | { |
no outgoing calls
no test coverage detected