| 38 | [[nodiscard]] inline qsizetype getLastPos() const { return lastPos; }; |
| 39 | |
| 40 | [[nodiscard]] inline bool isValidFirstLine() const { return firstLine.isValid(); } |
| 41 | inline void clearOldSelection() { oldLastLine.invalidate(), oldFirstLine.invalidate(); }; |
| 42 | |
| 43 | [[nodiscard]] inline LineRef getOldLastLine() const { return oldLastLine; }; |
no test coverage detected