| 1342 | } // namespace |
| 1343 | |
| 1344 | bool ProjectFileManager::Import(const FilePath& fileName, bool addToHistory) |
| 1345 | { |
| 1346 | wxArrayString fileNames; |
| 1347 | fileNames.Add(fileName); |
| 1348 | return Import(std::move(fileNames), addToHistory); |
| 1349 | } |
| 1350 | |
| 1351 | bool ProjectFileManager::Import(wxArrayString fileNames, bool addToHistory) |
| 1352 | { |
no test coverage detected