Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ ~Settings
Method
~Settings
src/common/settings/settings.cpp:146–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
Settings::~Settings()
147
{
148
if (d->syncTimer)
149
d->syncTimer->stop();
150
151
if (d->syncEnabled)
152
sync();
153
154
delete d;
155
}
156
157
QStringList Settings::groupList() const
158
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected