| 21 | bool isClosable() const { return m_closable; } |
| 22 | void setClosable(bool closable) { m_closable = closable; } |
| 23 | bool isExpandable() const { return m_expandable; } |
| 24 | void setExpandable(bool expandable) { m_expandable = expandable; } |
| 25 | |
| 26 | signals: |
nothing calls this directly
no outgoing calls
no test coverage detected