| 59 | } |
| 60 | |
| 61 | void AppData::addRecentScene(const std::filesystem::path& path) |
| 62 | { |
| 63 | addRecentPath(mRecentScenes, path); |
| 64 | } |
| 65 | |
| 66 | void AppData::addRecentPath(std::vector<std::filesystem::path>& paths, const std::filesystem::path& path) |
| 67 | { |
no outgoing calls
no test coverage detected