| 
    KiCad PCB EDA Suite
    
   | 
 
#include "footprint_editor_settings.h"#include <common.h>#include <layer_ids.h>#include <lset.h>#include <pgm_base.h>#include <eda_text.h>#include <pcb_dimension.h>#include <settings/common_settings.h>#include <settings/json_settings_internals.h>#include <settings/parameters.h>#include <settings/settings_manager.h>#include <base_units.h>#include <wx/config.h>#include <wx/log.h>Go to the source code of this file.
Variables | |
| const int | fpEditSchemaVersion = 5 | 
| ! Update the schema version whenever a migration is required   | |
| const int fpEditSchemaVersion = 5 | 
! Update the schema version whenever a migration is required
Definition at line 40 of file footprint_editor_settings.cpp.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS().