MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / saveSettings

Method saveSettings

gui/resultstree.cpp:471–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void ResultsTree::saveSettings() const
472{
473 for (int i = 0; i < mModel->columnCount(); i++) {
474 QString temp = QString(SETTINGS_RESULT_COLUMN_WIDTH).arg(i);
475 mSettings->setValue(temp, columnWidth(i));
476 }
477}
478
479void ResultsTree::showResults(ShowTypes::ShowType type, bool show)
480{

Callers

nothing calls this directly

Calls 2

QStringClass · 0.70
setValueMethod · 0.45

Tested by

no test coverage detected