| 113 | } |
| 114 | |
| 115 | void AudacityProject::SetInitialImportPath(const FilePath &path) |
| 116 | { |
| 117 | if (mInitialImportPath.empty()) |
| 118 | { |
| 119 | mInitialImportPath = path; |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | // Generate the needed, linkable registry functions |
| 124 | DEFINE_XML_METHOD_REGISTRY( ProjectFileIORegistry ); |
no test coverage detected