MCPcopy 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
248void ThreadHandler::saveSettings(QSettings &settings) const
249{
250 settings.setValue(SETTINGS_CHECK_THREADS, mThreads.size());
251}
252
253bool ThreadHandler::hasPreviousFiles() const
254{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected