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

Method slotOverviewAB

src/pdiff.cpp:1832–1837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830}
1831
1832void KDiff3App::slotOverviewAB()
1833{
1834 Q_EMIT changeOverViewMode(e_OverviewMode::eOMAvsB);
1835
1836 Q_EMIT updateAvailabilities();
1837}
1838
1839void KDiff3App::slotOverviewAC()
1840{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected