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

Method slotShowLineNumbersToggled

src/pdiff.cpp:1404–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404void KDiff3App::slotShowLineNumbersToggled()
1405{
1406 gOptions->m_bShowLineNumbers = showLineNumbers->isChecked();
1407
1408 if(wordWrap->isChecked())
1409 recalcWordWrap();
1410
1411 Q_EMIT showLineNumbersToggled();
1412}
1413
1414/// Return true for success, else false
1415bool KDiff3App::doDirectoryCompare(const bool bCreateNewInstance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected