slot
| 1131 | |
| 1132 | // slot |
| 1133 | void PrintWidget::overprintingClicked(bool checked) |
| 1134 | { |
| 1135 | map_printer->setSimulateOverprinting(checked); |
| 1136 | } |
| 1137 | |
| 1138 | void PrintWidget::colorModeChanged() |
| 1139 | { |
nothing calls this directly
no test coverage detected