| 36 | void init(); |
| 37 | |
| 38 | auto allOutputs() const -> bool { return m_allOutputs; } |
| 39 | auto showSpecial() const -> bool { return m_showSpecial; } |
| 40 | auto activeOnly() const -> bool { return m_activeOnly; } |
| 41 | auto specialVisibleOnly() const -> bool { return m_specialVisibleOnly; } |
nothing calls this directly
no outgoing calls
no test coverage detected