| 83 | } |
| 84 | |
| 85 | void ScreenshotQuestion::AddScreenshot(const fs::path& path) |
| 86 | { |
| 87 | if (fs::exists(path)) |
| 88 | m_Responses.insert(path); |
| 89 | } |
| 90 | |
| 91 | void ScreenshotQuestion::RemoveScreenshot(const fs::path& path) |
| 92 | { |
no outgoing calls
no test coverage detected