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

Method slotShowWindowBToggled

src/pdiff.cpp:1602–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600}
1601
1602void KDiff3App::slotShowWindowBToggled()
1603{
1604 if(m_pDiffTextWindow2 != nullptr)
1605 {
1606 m_pDiffTextWindowFrame2->setVisible(showWindowB->isChecked());
1607 Q_EMIT updateAvailabilities();
1608 }
1609}
1610
1611void KDiff3App::slotShowWindowCToggled()
1612{

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected