| 355 | // ### AddObjectsUndoStep ### |
| 356 | |
| 357 | AddObjectsUndoStep::AddObjectsUndoStep(Map* map) |
| 358 | : ObjectCreatingUndoStep(AddObjectsUndoStepType, map) |
| 359 | , undone(false) |
| 360 | { |
| 361 | ; // nothing else |
| 362 | } |
| 363 | |
| 364 | AddObjectsUndoStep::~AddObjectsUndoStep() |
| 365 | { |
nothing calls this directly
no outgoing calls
no test coverage detected