kicad/common/settings
Ian McInerney e0c2531f53 Catch exception inside JSON_SETTINGS constructor
This exception will probably never be thrown in real life,
but the constructors are normally noexcept, so throwing
any exception from the json library causes Coverity to
have a fit.
2020-09-20 23:50:09 +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 3D-Viewer: use the correct opacity meaning in the color settings 2020-09-01 01:08:38 +00:00
common_settings.cpp Initialize variables properly 2020-09-18 11:17:37 +01:00
json_settings.cpp Catch exception inside JSON_SETTINGS constructor 2020-09-20 23:50:09 +01:00
nested_settings.cpp Avoid throwing exception when starting from scratch 2020-09-18 20:41:27 -04:00
settings_manager.cpp SETTINGS_MANAGER: Fix bug: ensure the destination folder exists. 2020-09-05 13:04:49 +02:00