| 97 | } |
| 98 | |
| 99 | void CmdAttributeEdit::performRedo() { |
| 100 | mAttribute.setTypeValueUnit(*mNewType, mNewValue, mNewUnit); |
| 101 | mAttribute.setKey(mNewKey); |
| 102 | } |
| 103 | |
| 104 | /******************************************************************************* |
| 105 | * End of File |
nothing calls this directly
no test coverage detected