| 1912 | } |
| 1913 | |
| 1914 | void KDiff3App::slotEncodingChanged(const QByteArray&) |
| 1915 | { |
| 1916 | mainInit(m_totalDiffStatus, InitFlag::loadFiles | InitFlag::useCurrentEncoding | InitFlag::autoSolve); // Init with reload |
| 1917 | slotRefresh(); |
| 1918 | } |
| 1919 | |
| 1920 | void KDiff3App::slotUpdateAvailabilities() |
| 1921 | { |
nothing calls this directly
no outgoing calls
no test coverage detected