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

Method slotShowWindowCToggled

src/pdiff.cpp:1611–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609}
1610
1611void KDiff3App::slotShowWindowCToggled()
1612{
1613 if(m_pDiffTextWindow3 != nullptr)
1614 {
1615 m_pDiffTextWindowFrame3->setVisible(showWindowC->isChecked());
1616 Q_EMIT updateAvailabilities();
1617 }
1618}
1619
1620void KDiff3App::slotEditFind()
1621{

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected