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

Method focusInEvent

src/mergeresultwindow.cpp:1712–1716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1710}
1711
1712void MergeResultWindow::focusInEvent(QFocusEvent* e)
1713{
1714 updateSourceMask();
1715 QWidget::focusInEvent(e);
1716}
1717
1718LineRef MergeResultWindow::convertToLine(qint32 y)
1719{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected