| 55 | ******************************************************************************/ |
| 56 | |
| 57 | void CmdAttributeEdit::setKey(const AttributeKey& key) noexcept { |
| 58 | Q_ASSERT(!wasEverExecuted()); |
| 59 | mNewKey = key; |
| 60 | } |
| 61 | |
| 62 | void CmdAttributeEdit::setType(const AttributeType& type) noexcept { |
| 63 | Q_ASSERT(!wasEverExecuted()); |
no outgoing calls
no test coverage detected