| 1416 | } |
| 1417 | |
| 1418 | void MainWindowImpl::setRelativeSizeCheckboxes(int state) |
| 1419 | { |
| 1420 | if (state == 0) |
| 1421 | pushLinkAspect->setEnabled(false); |
| 1422 | else |
| 1423 | pushLinkAspect->setEnabled(true); |
| 1424 | } |
| 1425 | |
| 1426 | void MainWindowImpl::setOverwriteStatus() |
| 1427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected