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

Method slotSelectAll

src/difftextwindow.cpp:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void DiffTextWindow::slotSelectAll()
397{
398 if(hasFocus())
399 {
400 setSelection(0, 0, getNofLines(), 0);
401 }
402}
403
404void DiffTextWindow::slotCopy()
405{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected