| 2063 | } |
| 2064 | |
| 2065 | void Widget::hideChildList() { |
| 2066 | if (_childList) { |
| 2067 | controller()->closeForum(); |
| 2068 | } |
| 2069 | } |
| 2070 | |
| 2071 | void Widget::refreshTopBars() { |
| 2072 | if (_openedFolder || _openedForum) { |
nothing calls this directly
no test coverage detected