| 227 | std::string DisplayDescriptor::getModel() const { return m_model; } |
| 228 | |
| 229 | std::string DisplayDescriptor::getVersion() const { return m_version; } |
| 230 | |
| 231 | std::string DisplayDescriptor::getNote() const { return m_note; } |
| 232 |
nothing calls this directly
no outgoing calls
no test coverage detected