| 1823 | } |
| 1824 | |
| 1825 | void KDiff3App::slotOverviewNormal() |
| 1826 | { |
| 1827 | Q_EMIT changeOverViewMode(e_OverviewMode::eOMNormal); |
| 1828 | |
| 1829 | Q_EMIT updateAvailabilities(); |
| 1830 | } |
| 1831 | |
| 1832 | void KDiff3App::slotOverviewAB() |
| 1833 | { |
nothing calls this directly
no outgoing calls
no test coverage detected