| 920 | } |
| 921 | |
| 922 | void KDiff3App::slotEditCopy() |
| 923 | { |
| 924 | slotStatusMsg(i18n("Copying selection to clipboard...")); |
| 925 | |
| 926 | Q_EMIT copy(); |
| 927 | |
| 928 | slotStatusMsg(i18n("Ready.")); |
| 929 | } |
| 930 | |
| 931 | void KDiff3App::slotEditPaste() |
| 932 | { |
nothing calls this directly
no outgoing calls
no test coverage detected