| 70 | } |
| 71 | |
| 72 | void CmdCircleEdit::setLineWidth(const UnsignedLength& width, |
| 73 | bool immediate) noexcept { |
| 74 | Q_ASSERT(!wasEverExecuted()); |
| 75 | mNewLineWidth = width; |
| 76 | if (immediate) mCircle.setLineWidth(mNewLineWidth); |
| 77 | } |
| 78 | |
| 79 | void CmdCircleEdit::setIsFilled(bool filled, bool immediate) noexcept { |
| 80 | Q_ASSERT(!wasEverExecuted()); |
no outgoing calls
no test coverage detected