| 154 | } |
| 155 | |
| 156 | std::string_view RelativeLayoutParameter::getRelativeToWidgetName() const |
| 157 | { |
| 158 | return _relativeWidgetName; |
| 159 | } |
| 160 | |
| 161 | void RelativeLayoutParameter::setRelativeName(std::string_view name) |
| 162 | { |
no outgoing calls
no test coverage detected