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

Method saveSettings

gui/projectfiledialog.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void ProjectFileDialog::saveSettings() const
270{
271 QSettings settings;
272 settings.setValue(SETTINGS_PROJECT_DIALOG_WIDTH, size().width());
273 settings.setValue(SETTINGS_PROJECT_DIALOG_HEIGHT, size().height());
274}
275
276static void updateAddonCheckBox(QCheckBox *cb, const ProjectFile *projectFile, const QString &dataDir, const QString &addon)
277{

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.85
setValueMethod · 0.45

Tested by

no test coverage detected