Expose settings manager to python
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6989
This commit is contained in:
parent
d0af4e9f9d
commit
d6448ce6b4
|
@ -45,6 +45,8 @@ BOARD* LoadBoard( wxString& aFileName, IO_MGR::PCB_FILE_T aFormat );
|
||||||
// Default LoadBoard() to load .kicad_pcb files:.
|
// Default LoadBoard() to load .kicad_pcb files:.
|
||||||
BOARD* LoadBoard( wxString& aFileName );
|
BOARD* LoadBoard( wxString& aFileName );
|
||||||
|
|
||||||
|
SETTINGS_MANAGER* GetSettingsManager();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a default BOARD with a tempoary (no filename) project
|
* Constructs a default BOARD with a tempoary (no filename) project
|
||||||
* @return the created board
|
* @return the created board
|
||||||
|
|
Loading…
Reference in New Issue