| 880 | } |
| 881 | |
| 882 | int TabWidget::editorCursorPosition() |
| 883 | { |
| 884 | if (auto editor = d->currentTextEditor()) |
| 885 | return editor->cursorLastPosition(); |
| 886 | |
| 887 | return 0; |
| 888 | } |
| 889 | |
| 890 | void TabWidget::setEditorScrollValue(int value) |
| 891 | { |
no test coverage detected