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