| 191 | } |
| 192 | |
| 193 | void PartDocument::setCursorPosition(const KTextEditor::Cursor &cursor) |
| 194 | { |
| 195 | //do nothing here |
| 196 | Q_UNUSED(cursor); |
| 197 | } |
| 198 | |
| 199 | void PartDocument::setTextSelection(const KTextEditor::Range &range) |
| 200 | { |
no outgoing calls
no test coverage detected