MCPcopy Create free account
hub / github.com/KDE/kdevelop / saveNewToolbarConfig

Method saveNewToolbarConfig

kdevplatform/shell/mainwindow.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void MainWindow::saveNewToolbarConfig()
607{
608 // Applying a toolbar config removes actions added via KXMLGUIClient::plugActionList().
609 Sublime::MainWindow::saveNewToolbarConfig();
610 // So plug the available_sessions actions again as the documentation for KEditToolBar recommends.
611 Core::self()->sessionController()->updateXmlGuiActionList();
612}
613
614#include "moc_mainwindow.cpp"

Callers

nothing calls this directly

Calls 2

sessionControllerMethod · 0.80

Tested by

no test coverage detected