| 415 | } |
| 416 | |
| 417 | void DiffTextWindow::fwdFinishRecalcWordWrap(qint32 visibleTextWidthForPrinting) |
| 418 | { |
| 419 | Q_EMIT finishRecalcWordWrap(visibleTextWidthForPrinting); |
| 420 | } |
| 421 | |
| 422 | void DiffTextWindow::setPaintingAllowed(bool bAllowPainting) |
| 423 | { |
nothing calls this directly
no outgoing calls
no test coverage detected