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