| 88 | |
| 89 | |
| 90 | void ObjectMover::addTextHandle(TextObject* text, MapCoordVector::size_type handle) |
| 91 | { |
| 92 | text_handles.insert({text, handle}); |
| 93 | } |
| 94 | |
| 95 | |
| 96 | void ObjectMover::move(const MapCoordF& cursor_pos, HandleOpMode move_opposite_handles, qint32* out_dx, qint32* out_dy) |
no test coverage detected