MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotRecalcWordWrap

Method slotRecalcWordWrap

src/pdiff.cpp:1236–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234}
1235
1236void KDiff3App::slotRecalcWordWrap()
1237{
1238 recalcWordWrap();
1239}
1240
1241// visibleTextWidthForPrinting is >=0 only for printing, otherwise the really visible width is used
1242void KDiff3App::recalcWordWrap(qint32 visibleTextWidthForPrinting)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected