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

Method slotGoNextConflict

src/pdiff.cpp:1003–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void KDiff3App::slotGoNextConflict()
1004{
1005 m_bTimerBlock = false;
1006 Q_EMIT goNextConflict();
1007}
1008
1009void KDiff3App::slotGoToLine()
1010{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected