kicad/common/settings
Ian McInerney 9e6a1225db Catch exception when creating app settings objects
These settings objects could be created in a constructor/destructor
so we should catch the exception since those are noexcept.

Also change the settings trace to match the other kicad traces
as KICAD_SETTINGS
2020-09-21 12:07:51 +01:00
..
app_settings.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
color_settings.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00
common_settings.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00
json_settings.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00
nested_settings.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00
settings_manager.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00