| 65 | } |
| 66 | |
| 67 | Settings::Settings() |
| 68 | { |
| 69 | severity.setEnabled(Severity::error, true); |
| 70 | certainty.setEnabled(Certainty::normal, true); |
| 71 | setCheckLevel(Settings::CheckLevel::exhaustive); |
| 72 | executor = defaultExecutor(); |
| 73 | pid = getPid(); |
| 74 | } |
| 75 | |
| 76 | Settings::~Settings() = default; |
| 77 |
nothing calls this directly
no test coverage detected