| 1234 | } |
| 1235 | |
| 1236 | void KDiff3App::slotRecalcWordWrap() |
| 1237 | { |
| 1238 | recalcWordWrap(); |
| 1239 | } |
| 1240 | |
| 1241 | // visibleTextWidthForPrinting is >=0 only for printing, otherwise the really visible width is used |
| 1242 | void KDiff3App::recalcWordWrap(qint32 visibleTextWidthForPrinting) |
nothing calls this directly
no outgoing calls
no test coverage detected