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

Method slotEditSelectAll

src/pdiff.cpp:989–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987}
988
989void KDiff3App::slotEditSelectAll()
990{
991
992 Q_EMIT selectAll();
993
994 slotStatusMsg(i18n("Ready."));
995}
996
997void KDiff3App::slotGoNextUnsolvedConflict()
998{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected