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

Method optionsConfigureToolbars

src/kdiff3_shell.cpp:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void 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
112void KDiff3Shell::applyNewToolbarConfig()
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected