| 32 | } |
| 33 | |
| 34 | void SelectionTracker::saveSelection() |
| 35 | { |
| 36 | caret = editor->selectionNCaret(editor->mainSelection()); |
| 37 | anchor = editor->selectionNAnchor(editor->mainSelection()); |
| 38 | } |
| 39 | |
| 40 | void SelectionTracker::restoreSelection() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected