| 268 | } |
| 269 | |
| 270 | void MainWindow::compactView(const CompactViewEvent& event) |
| 271 | { |
| 272 | // We do not want to trigger check changed event. |
| 273 | this->compactViewAction->blockSignals(true); |
| 274 | this->compactViewAction->setChecked(event.getEnabled()); |
| 275 | this->compactViewAction->blockSignals(false); |
| 276 | } |
| 277 | |
| 278 | void MainWindow::repositoryRundown(const RepositoryRundownEvent& event) |
| 279 | { |
nothing calls this directly
no test coverage detected