| 110 | } |
| 111 | |
| 112 | void KDiff3Shell::applyNewToolbarConfig() |
| 113 | { |
| 114 | KConfigGroup mainWindowGroup(KSharedConfig::openConfig(), "MainWindow"); |
| 115 | applyMainWindowSettings(mainWindowGroup); |
| 116 | } |
| 117 | |
| 118 | void KDiff3Shell::slotNewInstance(const QString& fn1, const QString& fn2, const QString& fn3) |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected