| 1080 | } |
| 1081 | |
| 1082 | void MainWindowImpl::onPushResetClick() |
| 1083 | { |
| 1084 | selectGeometryUnit(comboResizeValues->currentText()); |
| 1085 | showNewSizePreview(); |
| 1086 | } |
| 1087 | |
| 1088 | void MainWindowImpl::showPreviewAndInfos() |
| 1089 | { |
nothing calls this directly
no outgoing calls
no test coverage detected