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

Method slotSelectionStart

src/pdiff.cpp:1150–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150void KDiff3App::slotSelectionStart()
1151{
1152 const QObject* s = sender();
1153 if(s == nullptr) return;
1154
1155 if(s != m_pDiffTextWindow1) m_pDiffTextWindow1->resetSelection();
1156 if(s != m_pDiffTextWindow2) m_pDiffTextWindow2->resetSelection();
1157 if(s != m_pDiffTextWindow3) m_pDiffTextWindow3->resetSelection();
1158 if(s != m_pMergeResultWindow) m_pMergeResultWindow->resetSelection();
1159}
1160
1161void KDiff3App::slotSelectionEnd()
1162{

Callers

nothing calls this directly

Calls 1

resetSelectionMethod · 0.45

Tested by

no test coverage detected