| 706 | } |
| 707 | |
| 708 | void ProjectManager::ProjectChooser::Commit() |
| 709 | { |
| 710 | mpUsedProject = nullptr; |
| 711 | } |
| 712 | |
| 713 | AudacityProject *ProjectManager::OpenProject( |
| 714 | AudacityProject *pGivenProject, const FilePath &fileNameArg, |
no outgoing calls
no test coverage detected