| 24 | ProjectFileIOExtension::~ProjectFileIOExtension() = default; |
| 25 | |
| 26 | ProjectFileIOExtensionRegistry::Extension::Extension( |
| 27 | ProjectFileIOExtension& extension) |
| 28 | { |
| 29 | GetExtensions().push_back(&extension); |
| 30 | } |
| 31 | |
| 32 | OnOpenAction ProjectFileIOExtensionRegistry::OnOpen( |
| 33 | AudacityProject& project, const std::string& path) |
nothing calls this directly
no test coverage detected