Home
last modified time | relevance | path

Searched refs:m_crashTrace (Results 1 – 2 of 2) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h273 bool GetCrashTrace() { return m_crashTrace; } in GetCrashTrace()
407 bool m_crashTrace = false; variable
H A DOptions.cpp749 m_crashTrace = (bool)ParseEnumValue(OPTION_CRASHTRACE, BoolCount, BoolNames, BoolValues); in InitOptions()