| 25 | } |
| 26 | |
| 27 | void ActionDestroyData::doAction() |
| 28 | { |
| 29 | DataManager::getInstance().getRoot()->removeChild(mData); |
| 30 | |
| 31 | DataManager::getInstance().invalidateDatas(); |
| 32 | |
| 33 | mComplete = true; |
| 34 | } |
| 35 | |
| 36 | void ActionDestroyData::undoAction() |
| 37 | { |
nothing calls this directly
no test coverage detected