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

Method slotClearManualDiffHelpList

src/pdiff.cpp:1907–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905}
1906
1907void KDiff3App::slotClearManualDiffHelpList()
1908{
1909 m_manualDiffHelpList.clear();
1910 mainInit(m_totalDiffStatus, InitFlag::autoSolve | InitFlag::initGUI); // Init without reload
1911 slotRefresh();
1912}
1913
1914void KDiff3App::slotEncodingChanged(const QByteArray&)
1915{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected