MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotEncodingChanged

Method slotEncodingChanged

src/pdiff.cpp:1914–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected