| 926 | } |
| 927 | |
| 928 | TextLayoutLock::~TextLayoutLock() |
| 929 | { |
| 930 | _o->ui->textBrowser->textCursor().endEditBlock(); |
| 931 | if (_scroll) { |
| 932 | _o->scrollToBottom(); |
| 933 | } |
| 934 | } |
| 935 | |
| 936 | QSizeF OutputWidgetArrow::intrinsicSize(QTextDocument* doc, int posInDocument, const QTextFormat& format) |
| 937 | { |
nothing calls this directly
no test coverage detected