| 37 | } |
| 38 | |
| 39 | void ActionCreateData::undoAction() |
| 40 | { |
| 41 | DataManager::getInstance().getRoot()->removeChild(mData); |
| 42 | DataManager::getInstance().invalidateDatas(); |
| 43 | |
| 44 | mComplete = false; |
| 45 | } |
| 46 | |
| 47 | void ActionCreateData::setName(std::string_view _value) |
| 48 | { |
nothing calls this directly
no test coverage detected