| 37 | } |
| 38 | |
| 39 | void ActionCreateData::undoAction() |
| 40 | { |
| 41 | mParent->removeChild(mData); |
| 42 | |
| 43 | DataSelectorManager::getInstance().changeParent(mParent); |
| 44 | |
| 45 | PropertyUtility::restoreUniqueNameProperty(mOldValues); |
| 46 | } |
| 47 | |
| 48 | void ActionCreateData::setParent(DataPtr _parent) |
| 49 | { |
nothing calls this directly
no test coverage detected