| 913 | } |
| 914 | |
| 915 | void KDiff3App::slotEditCut() |
| 916 | { |
| 917 | slotStatusMsg(i18n("Cutting selection...")); |
| 918 | Q_EMIT cut(); |
| 919 | slotStatusMsg(i18n("Ready.")); |
| 920 | } |
| 921 | |
| 922 | void KDiff3App::slotEditCopy() |
| 923 | { |
nothing calls this directly
no outgoing calls
no test coverage detected