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

Method slotAutoAdvanceToggled

src/pdiff.cpp:1194–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194void KDiff3App::slotAutoAdvanceToggled()
1195{
1196 gOptions->m_bAutoAdvance = autoAdvance->isChecked();
1197}
1198
1199void KDiff3App::slotWordWrapToggled()
1200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected