| 36 | } |
| 37 | |
| 38 | void DataWidget::updateAllHighlights() { |
| 39 | setExtraSelections(highlights); |
| 40 | connect(this, &DataWidget::cursorPositionChanged, this, &DataWidget::highlightCurrentLine); |
| 41 | } |
| 42 | |
| 43 | QString DataWidget::getSelectedAddr() { |
| 44 | if (!isEnabled()) { |