slot
| 1111 | |
| 1112 | // slot |
| 1113 | void PrintWidget::showTemplatesClicked(bool checked) |
| 1114 | { |
| 1115 | map_printer->setPrintTemplates(checked); |
| 1116 | checkTemplateConfiguration(); |
| 1117 | } |
| 1118 | |
| 1119 | void PrintWidget::checkTemplateConfiguration() |
| 1120 | { |
nothing calls this directly
no test coverage detected