MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / readSettings

Method readSettings

src/plugins/core/session/sessionmanager.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void SessionManagerPrivate::readSettings()
69{
70 settings.load("", settingFile());
71 isAutoLoad = settings.value(kGeneralGroup, kIsAutoLoadLastSession).toBool();
72}
73
74void SessionManagerPrivate::saveSettings()
75{

Callers 1

SessionManagerMethod · 0.45

Calls 2

loadMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected