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

Method slotWordWrapToggled

src/pdiff.cpp:1199–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199void KDiff3App::slotWordWrapToggled()
1200{
1201 gOptions->setWordWrap(wordWrap->isChecked());
1202 postRecalcWordWrap();
1203}
1204
1205// Enable or disable all widgets except the status bar widget.
1206void KDiff3App::mainWindowEnable(bool bEnable)

Callers

nothing calls this directly

Calls 1

setWordWrapMethod · 0.80

Tested by

no test coverage detected