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

Method saveSettings

gui/settingsdialog.cpp:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void SettingsDialog::saveSettings() const
173{
174 QSettings settings;
175 settings.setValue(SETTINGS_CHECK_DIALOG_WIDTH, size().width());
176 settings.setValue(SETTINGS_CHECK_DIALOG_HEIGHT, size().height());
177}
178
179void SettingsDialog::saveSettingValues() const
180{

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.85
setValueMethod · 0.45

Tested by

no test coverage detected