| 166 | } |
| 167 | |
| 168 | bool ModFolderPage::shouldDisplay() const |
| 169 | { |
| 170 | return true; |
| 171 | } |
| 172 | |
| 173 | bool ModFolderPage::onSelectionChanged(const QModelIndex& current, [[maybe_unused]] const QModelIndex& previous) |
| 174 | { |
nothing calls this directly
no test coverage detected