| 1123 | } |
| 1124 | |
| 1125 | void KDiff3App::slotConfigure() |
| 1126 | { |
| 1127 | m_pOptionDialog->setState(); |
| 1128 | m_pOptionDialog->setMinimumHeight(m_pOptionDialog->minimumHeight() + 40); |
| 1129 | m_pOptionDialog->exec(); |
| 1130 | mEscapeAction->setEnabled(gOptions->m_bEscapeKeyQuits); |
| 1131 | slotRefresh(); |
| 1132 | } |
| 1133 | |
| 1134 | void KDiff3App::slotConfigureKeys() |
| 1135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected