| 258 | } |
| 259 | |
| 260 | void RemoteHost::SetRunCommand(const rdcstr &cmd) |
| 261 | { |
| 262 | QMutexLocker autolock(&m_data->mutex); |
| 263 | m_data->m_runCommand = cmd; |
| 264 | } |
| 265 | |
| 266 | rdcstr RemoteHost::LastCapturePath() const |
| 267 | { |
no outgoing calls
no test coverage detected