| 785 | } |
| 786 | |
| 787 | QRect MarkdownEditor::cursorRect(const QTextCursor &cursor) const |
| 788 | { |
| 789 | QRect r = QPlainTextEdit::cursorRect(cursor); |
| 790 | r.setWidth(MarkdownEditorPrivate::CursorWidth); |
| 791 | return r; |
| 792 | } |
| 793 | |
| 794 | QRect MarkdownEditor::cursorRect() const |
| 795 | { |
no outgoing calls
no test coverage detected