| 2406 | } |
| 2407 | |
| 2408 | MapPrinterConfig Map::printerConfig() const |
| 2409 | { |
| 2410 | MapPrinterConfig ret = printer_config.isNull() ? MapPrinterConfig{ *this } : *printer_config; |
| 2411 | return ret; |
| 2412 | } |
| 2413 | |
| 2414 | void Map::setPrinterConfig(const MapPrinterConfig& config) |
| 2415 | { |
no outgoing calls
no test coverage detected