| 63 | std::string inputFile; |
| 64 | |
| 65 | LaunchConfigurations() : requestTerminalEmulator(true) {} |
| 66 | |
| 67 | LaunchConfigurations(bool terminal, const std::string& file) : requestTerminalEmulator(terminal), |
| 68 | inputFile(file) |
nothing calls this directly
no outgoing calls
no test coverage detected