| 416 | } |
| 417 | |
| 418 | void HexWidget::focusInEvent(QFocusEvent *event) { |
| 419 | emit focused(); |
| 420 | event->accept(); |
| 421 | } |
| 422 | |
| 423 | void HexWidget::mousePressEvent(QMouseEvent *event) { |
| 424 | int addr = getPosition(event->pos()); |
nothing calls this directly
no outgoing calls
no test coverage detected