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

Method resetSelection

src/difftextwindow.cpp:925–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void DiffTextWindow::resetSelection()
926{
927 qCInfo(kdiffDiffTextWindow) << "Resetting Selection";
928 d->m_selection.reset();
929 update();
930}
931
932void DiffTextWindow::convertToLinePos(qint32 x, qint32 y, LineRef& line, qint32& pos)
933{

Callers 3

slotSplitDiffMethod · 0.45
slotJoinDiffsMethod · 0.45
slotSelectionStartMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected