| 32 | } |
| 33 | |
| 34 | qint64 QHexCursor::selectionStartOffset() const { |
| 35 | return this->positionToOffset(this->selectionStart()); |
| 36 | } |
| 37 | |
| 38 | qint64 QHexCursor::selectionEndOffset() const { |
| 39 | return this->positionToOffset(this->selectionEnd()); |
no test coverage detected