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

Method slotEditCut

src/pdiff.cpp:915–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915void KDiff3App::slotEditCut()
916{
917 slotStatusMsg(i18n("Cutting selection..."));
918 Q_EMIT cut();
919 slotStatusMsg(i18n("Ready."));
920}
921
922void KDiff3App::slotEditCopy()
923{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected