| 1402 | } |
| 1403 | |
| 1404 | void 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 |
| 1415 | bool KDiff3App::doDirectoryCompare(const bool bCreateNewInstance) |
nothing calls this directly
no outgoing calls
no test coverage detected