| 51 | Form::Section& Form::Section::operator=(Section&& other) noexcept = default; |
| 52 | |
| 53 | std::string Form::Section::GetTitle() const |
| 54 | { |
| 55 | return m_Title; |
| 56 | } |
| 57 | |
| 58 | void Form::Section::SetTitle(const std::string& title) |
| 59 | { |
no outgoing calls
no test coverage detected