slot
| 726 | |
| 727 | // slot |
| 728 | void MapPrinter::setPrintTemplates(const bool visible) |
| 729 | { |
| 730 | if (options.show_templates != visible) |
| 731 | { |
| 732 | options.show_templates = visible; |
| 733 | emit optionsChanged(options); |
| 734 | } |
| 735 | } |
| 736 | |
| 737 | // slot |
| 738 | void MapPrinter::setPrintGrid(const bool visible) |
no outgoing calls
no test coverage detected