| 604 | } |
| 605 | |
| 606 | void 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" |
nothing calls this directly
no test coverage detected