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

Method slotRefresh

src/difftextwindow.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void DiffTextWindow::slotRefresh()
391{
392 setFont(gOptions->defaultFont());
393 update();
394}
395
396void DiffTextWindow::slotSelectAll()
397{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected