| 80 | } |
| 81 | |
| 82 | void CmdStrokeTextEdit::setText(const QString& text, bool immediate) noexcept { |
| 83 | Q_ASSERT(!wasEverExecuted()); |
| 84 | mNewText = text; |
| 85 | if (immediate) mText.setText(mNewText); |
| 86 | } |
| 87 | |
| 88 | void CmdStrokeTextEdit::setHeight(const PositiveLength& height, |
| 89 | bool immediate) noexcept { |
no outgoing calls
no test coverage detected