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

Method applyNewToolbarConfig

src/kdiff3_shell.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void KDiff3Shell::applyNewToolbarConfig()
113{
114 KConfigGroup mainWindowGroup(KSharedConfig::openConfig(), "MainWindow");
115 applyMainWindowSettings(mainWindowGroup);
116}
117
118void KDiff3Shell::slotNewInstance(const QString& fn1, const QString& fn2, const QString& fn3)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected