| 4170 | } |
| 4171 | |
| 4172 | Data::Forum *InnerWidget::shownForum() const { |
| 4173 | return _openedForum; |
| 4174 | } |
| 4175 | |
| 4176 | bool InnerWidget::needCollapsedRowsRefresh() const { |
| 4177 | const auto archive = !_shownList->empty() |
no outgoing calls
no test coverage detected