MCPcopy 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
243void ThreadHandler::loadSettings(const QSettings &settings)
244{
245 createThreads(settings.value(SETTINGS_CHECK_THREADS, 1).toInt());
246}
247
248void ThreadHandler::saveSettings(QSettings &settings) const
249{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected