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

Method slotOverviewNormal

src/pdiff.cpp:1825–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823}
1824
1825void KDiff3App::slotOverviewNormal()
1826{
1827 Q_EMIT changeOverViewMode(e_OverviewMode::eOMNormal);
1828
1829 Q_EMIT updateAvailabilities();
1830}
1831
1832void KDiff3App::slotOverviewAB()
1833{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected