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

Method slotEditCopy

src/pdiff.cpp:922–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922void KDiff3App::slotEditCopy()
923{
924 slotStatusMsg(i18n("Copying selection to clipboard..."));
925
926 Q_EMIT copy();
927
928 slotStatusMsg(i18n("Ready."));
929}
930
931void KDiff3App::slotEditPaste()
932{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected