KiCad PCB EDA Suite
|
#include <wx/aui/framemanager.h>
#include "settings/kicad_settings.h"
#include <nlohmann/json.hpp>
#include <settings/aui_settings.h>
#include <settings/parameters.h>
Go to the source code of this file.
Variables | |
const int | kicadSchemaVersion = 0 |
! Update the schema version whenever a migration is required | |
const nlohmann::json | PCM_DEFAULT_REPOSITORIES |
const int kicadSchemaVersion = 0 |
! Update the schema version whenever a migration is required
Definition at line 29 of file kicad_settings.cpp.
const nlohmann::json PCM_DEFAULT_REPOSITORIES |
Definition at line 32 of file kicad_settings.cpp.
Referenced by KICAD_SETTINGS::KICAD_SETTINGS().