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

Method loadSettings

gui/projectfiledialog.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void ProjectFileDialog::loadSettings()
263{
264 QSettings settings;
265 resize(settings.value(SETTINGS_PROJECT_DIALOG_WIDTH, 470).toInt(),
266 settings.value(SETTINGS_PROJECT_DIALOG_HEIGHT, 330).toInt());
267}
268
269void ProjectFileDialog::saveSettings() const
270{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected