mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 23:35:13 -06:00
New erase() method for DynamicConfig objects
This commit is contained in:
parent
b5b8fb606f
commit
42519174cd
4 changed files with 8 additions and 1 deletions
|
@ -430,6 +430,7 @@ class DynamicConfig : public ConfigBase
|
|||
~DynamicConfig();
|
||||
ConfigOption* option(const t_config_option_key opt_key, bool create = false);
|
||||
void keys(t_config_option_keys *keys);
|
||||
void erase(const t_config_option_key opt_key);
|
||||
|
||||
private:
|
||||
DynamicConfig(const DynamicConfig& other); // we disable this by making it private and unimplemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue