| 1192 | } |
| 1193 | |
| 1194 | void KDiff3App::slotAutoAdvanceToggled() |
| 1195 | { |
| 1196 | gOptions->m_bAutoAdvance = autoAdvance->isChecked(); |
| 1197 | } |
| 1198 | |
| 1199 | void KDiff3App::slotWordWrapToggled() |
| 1200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected