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