| 99 | } |
| 100 | |
| 101 | void KDiff3Shell::optionsConfigureToolbars() |
| 102 | { |
| 103 | KConfigGroup mainWindowGroup(KSharedConfig::openConfig(), "MainWindow"); |
| 104 | saveMainWindowSettings(mainWindowGroup); |
| 105 | |
| 106 | // use the standard toolbar editor |
| 107 | KEditToolBar dlg(factory()); |
| 108 | chk_connect_a(&dlg, &KEditToolBar::newToolBarConfig, this, &KDiff3Shell::applyNewToolbarConfig); |
| 109 | dlg.exec(); |
| 110 | } |
| 111 | |
| 112 | void KDiff3Shell::applyNewToolbarConfig() |
| 113 | { |
nothing calls this directly
no outgoing calls
no test coverage detected