| 63 | } |
| 64 | |
| 65 | IAudacityProjectPtr ProjectActionsController::currentProject() const |
| 66 | { |
| 67 | return globalContext()->currentProject(); |
| 68 | } |
| 69 | |
| 70 | Ret ProjectActionsController::openProject(const ProjectFile& file) |
| 71 | { |
no outgoing calls
no test coverage detected