KiCad PCB EDA Suite
|
#include <gerbview_settings.h>
#include <layer_ids.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/config.h>
Go to the source code of this file.
Variables | |
const int | gerbviewSchemaVersion = 0 |
! Update the schema version whenever a migration is required | |
const int gerbviewSchemaVersion = 0 |
! Update the schema version whenever a migration is required
Definition at line 35 of file gerbview_settings.cpp.