| 226 | } |
| 227 | |
| 228 | bool RemoteHost::IsVersionMismatch() const |
| 229 | { |
| 230 | QMutexLocker autolock(&m_data->mutex); |
| 231 | return m_data->m_versionMismatch; |
| 232 | } |
| 233 | |
| 234 | rdcstr RemoteHost::VersionMismatchError() const |
| 235 | { |
no outgoing calls
no test coverage detected