| 987 | } |
| 988 | |
| 989 | void KDiff3App::slotEditSelectAll() |
| 990 | { |
| 991 | |
| 992 | Q_EMIT selectAll(); |
| 993 | |
| 994 | slotStatusMsg(i18n("Ready.")); |
| 995 | } |
| 996 | |
| 997 | void KDiff3App::slotGoNextUnsolvedConflict() |
| 998 | { |
nothing calls this directly
no outgoing calls
no test coverage detected