| 26 | } |
| 27 | |
| 28 | void ActionDestroyData::undoAction() |
| 29 | { |
| 30 | mParent->insertChild(mIndex, mData); |
| 31 | |
| 32 | DataSelectorManager::getInstance().changeParent(mParent); |
| 33 | |
| 34 | PropertyUtility::restoreUniqueNameProperty(mOldValues); |
| 35 | } |
| 36 | |
| 37 | void ActionDestroyData::setData(DataPtr _data) |
| 38 | { |
nothing calls this directly
no test coverage detected