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

Method slotConfigure

src/pdiff.cpp:1125–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void 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
1134void KDiff3App::slotConfigureKeys()
1135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected