| 876 | map->emitTemplateChanged(this); |
| 877 | } |
| 878 | void Template::getOtherTransform(TemplateTransform& out) const |
| 879 | { |
| 880 | Q_ASSERT(!is_georeferenced); |
| 881 | out = other_transform; |
| 882 | } |
| 883 | void Template::setOtherTransform(const TemplateTransform& transform) |
| 884 | { |
| 885 | Q_ASSERT(!is_georeferenced); |
no outgoing calls
no test coverage detected