MCPcopy Create free account
hub / github.com/KDE/kdiff3 / focusInEvent

Method focusInEvent

src/difftextwindow.cpp:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677void DiffTextWindow::focusInEvent(QFocusEvent* e)
678{
679 Q_EMIT gotFocus();
680 QWidget::focusInEvent(e);
681}
682
683void DiffTextWindow::mousePressEvent(QMouseEvent* e)
684{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected