MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / focusInEvent

Method focusInEvent

gui/qt/debugger/hexwidget.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void HexWidget::focusInEvent(QFocusEvent *event) {
419 emit focused();
420 event->accept();
421}
422
423void HexWidget::mousePressEvent(QMouseEvent *event) {
424 int addr = getPosition(event->pos());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected