| 247 | } |
| 248 | |
| 249 | void WidgetContainer::setRelativeMode(bool _value) |
| 250 | { |
| 251 | mRelativeMode = _value; |
| 252 | } |
| 253 | |
| 254 | void WidgetContainer::setPropertyByIndex(size_t _index, std::string_view _key, std::string_view _value) |
| 255 | { |
no outgoing calls
no test coverage detected