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

Method saveSettings

kdevplatform/shell/partcontroller.cpp:199–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void PartController::saveSettings( bool projectIsLoaded )
200{
201 Q_D(PartController);
202
203 Q_UNUSED( projectIsLoaded );
204
205 KConfigGroup cg(KSharedConfig::openConfig(), QStringLiteral("UiSettings"));
206 cg.writeEntry("ShowTextEditorStatusBar", d->m_showTextEditorStatusBar);
207}
208
209void PartController::initialize()
210{

Callers 1

cleanupMethod · 0.45

Calls 1

writeEntryMethod · 0.80

Tested by

no test coverage detected