| 55 | } |
| 56 | |
| 57 | void ActionCloneData::setPrototype(DataPtr _prototype) |
| 58 | { |
| 59 | mPrototype = _prototype; |
| 60 | mParent = _prototype->getParent(); |
| 61 | mType = _prototype->getType()->getName(); |
| 62 | } |
| 63 | |
| 64 | void ActionCloneData::setUniqueProperty(std::string_view _value) |
| 65 | { |
no test coverage detected