| 712 | } |
| 713 | |
| 714 | void MainWindow::OnDebugStyle() |
| 715 | { |
| 716 | bool const checked = m_pDrawDebugRectAction->isChecked(); |
| 717 | m_pDrawWidget->GetFramework().EnableDebugRectRendering(checked); |
| 718 | m_pDrawWidget->RefreshDrawingRules(); |
| 719 | } |
| 720 | |
| 721 | void MainWindow::OnGetStatistics() |
| 722 | { |
nothing calls this directly
no test coverage detected