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

Method loadSettings

kdevplatform/shell/partcontroller.cpp:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void PartController::loadSettings( bool projectIsLoaded )
190{
191 Q_D(PartController);
192
193 Q_UNUSED( projectIsLoaded );
194
195 KConfigGroup cg(KSharedConfig::openConfig(), QStringLiteral("UiSettings"));
196 d->m_showTextEditorStatusBar = cg.readEntry("ShowTextEditorStatusBar", false);
197}
198
199void PartController::saveSettings( bool projectIsLoaded )
200{

Callers

nothing calls this directly

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected