| 106 | } |
| 107 | |
| 108 | void PanelMainProperties::destroyPropertyFields() |
| 109 | { |
| 110 | for (auto& field : mFields) |
| 111 | delete field.second; |
| 112 | mFields.clear(); |
| 113 | } |
| 114 | |
| 115 | void PanelMainProperties::notifyActionSkin(std::string_view /*_type*/, std::string_view _value, bool _final) |
| 116 | { |