Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ saveSettings
Method
saveSettings
gui/threadhandler.cpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void ThreadHandler::saveSettings(QSettings &settings) const
249
{
250
settings.setValue(SETTINGS_CHECK_THREADS, mThreads.size());
251
}
252
253
bool ThreadHandler::hasPreviousFiles() const
254
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected