| 92 | } |
| 93 | |
| 94 | bool DatabaseReadonlyContactMessage::isStatusMessage() const { |
| 95 | return m_isStatusMessage; |
| 96 | } |
| 97 | |
| 98 | QString const& DatabaseReadonlyContactMessage::getCaption() const { |
| 99 | return m_caption; |
nothing calls this directly
no outgoing calls
no test coverage detected