KiCad PCB EDA Suite
|
#include <set>
#include <fstream>
#include <sstream>
#include <paths.h>
#include <search_stack.h>
#include <settings/settings_manager.h>
#include <settings/common_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <systemdirsappend.h>
#include <trace_helpers.h>
#include <wx/config.h>
#include <wx/log.h>
#include <wx/regex.h>
Go to the source code of this file.
Variables | |
const std::set< wxString > | envVarBlacklist |
! The following environment variables will never be migrated from a previous version More... | |
const int | commonSchemaVersion = 3 |
! Update the schema version whenever a migration is required More... | |
const int commonSchemaVersion = 3 |
! Update the schema version whenever a migration is required
Definition at line 49 of file common_settings.cpp.
const std::set<wxString> envVarBlacklist |
! The following environment variables will never be migrated from a previous version
Definition at line 39 of file common_settings.cpp.
Referenced by COMMON_SETTINGS::MigrateFromLegacy().