| 2254 | } |
| 2255 | |
| 2256 | bool InterfaceSettings::hideAPICounter() const |
| 2257 | { |
| 2258 | return get<bool>(m_Settings, "Settings", "hide_api_counter", false); |
| 2259 | } |
| 2260 | |
| 2261 | void InterfaceSettings::setHideAPICounter(bool b) |
| 2262 | { |
no outgoing calls
no test coverage detected