MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetAutoNewLine

Method SetAutoNewLine

DebugView++Lib/LogSources.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void LogSources::SetAutoNewLine(bool value)
112{
113 m_autoNewLine = value;
114 for (auto& pSource : m_sources)
115 pSource->SetAutoNewLine(value);
116}
117
118bool LogSources::GetAutoNewLine() const
119{

Callers 1

UpdateSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected