| 760 | } |
| 761 | |
| 762 | void MapPrinter::setColorMode(MapPrinterOptions::ColorMode color_mode) |
| 763 | { |
| 764 | if (options.color_mode != color_mode) |
| 765 | { |
| 766 | options.color_mode = color_mode; |
| 767 | emit optionsChanged(options); |
| 768 | } |
| 769 | } |
| 770 | |
| 771 | bool MapPrinter::isOutputEmpty() const |
| 772 | { |
no outgoing calls
no test coverage detected