| 307 | } |
| 308 | |
| 309 | void PanelMainProperties::hidePropertyFields() |
| 310 | { |
| 311 | for (auto& field : mFields) |
| 312 | field.second->setVisible(false); |
| 313 | } |
| 314 | |
| 315 | void PanelMainProperties::notifyAction(std::string_view _name, std::string_view _value, bool _final) |
| 316 | { |
nothing calls this directly
no test coverage detected