Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ loadSettings
Method
loadSettings
gui/threadhandler.cpp:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void ThreadHandler::loadSettings(const QSettings &settings)
244
{
245
createThreads(settings.value(SETTINGS_CHECK_THREADS, 1).toInt());
246
}
247
248
void ThreadHandler::saveSettings(QSettings &settings) const
249
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected