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

Method slotShowWindowAToggled

src/pdiff.cpp:1593–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1591}
1592
1593void KDiff3App::slotShowWindowAToggled()
1594{
1595 if(m_pDiffTextWindow1 != nullptr)
1596 {
1597 m_pDiffTextWindowFrame1->setVisible(showWindowA->isChecked());
1598 Q_EMIT updateAvailabilities();
1599 }
1600}
1601
1602void KDiff3App::slotShowWindowBToggled()
1603{

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected