| 68 | } |
| 69 | |
| 70 | void LogSources::UpdateSettings(const std::unique_ptr<LogSource>& pSource) |
| 71 | { |
| 72 | pSource->SetAutoNewLine(GetAutoNewLine()); |
| 73 | } |
| 74 | |
| 75 | void LogSources::Add(std::unique_ptr<LogSource> pSource) |
| 76 | { |
nothing calls this directly
no test coverage detected