| 1243 | } |
| 1244 | |
| 1245 | ProjectBuildSetModel* ProjectController::buildSetModel() |
| 1246 | { |
| 1247 | Q_D(ProjectController); |
| 1248 | |
| 1249 | return d->buildset; |
| 1250 | } |
| 1251 | |
| 1252 | std::shared_ptr<ProjectChangesModel> ProjectController::changesModel() const |
| 1253 | { |
no outgoing calls
no test coverage detected