| 
    KiCad PCB EDA Suite
    
   | 
 
#include <set>#include <fstream>#include <sstream>#include <class_draw_panel_gal.h>#include <env_vars.h>#include <paths.h>#include <search_stack.h>#include <settings/settings_manager.h>#include <settings/common_settings.h>#include <settings/json_settings.h>#include <settings/parameters.h>#include <systemdirsappend.h>#include <trace_helpers.h>#include <wx/config.h>#include <wx/log.h>#include <wx/regex.h>#include <wx/tokenzr.h>Go to the source code of this file.
Functions | |
| const wxRegEx | versionedEnvVarRegex (wxS("KICAD[0-9]+_[A-Z0-9_]+(_DIR)?")) | 
| ! The following environment variables will never be migrated from a previous version   | |
Variables | |
| const int | commonSchemaVersion = 4 | 
| ! Update the schema version whenever a migration is required   | |
! The following environment variables will never be migrated from a previous version
Referenced by COMMON_SETTINGS::MigrateFromLegacy().
| const int commonSchemaVersion = 4 | 
! Update the schema version whenever a migration is required
Definition at line 45 of file common_settings.cpp.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS().