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