| 119 | } |
| 120 | |
| 121 | RemoteHost RemoteManager::getRemoteHost(RDTreeWidgetItem *item) |
| 122 | { |
| 123 | if(!item) |
| 124 | return RemoteHost(); |
| 125 | |
| 126 | return m_Ctx.Config().GetRemoteHost(item->tag().toString()); |
| 127 | } |
| 128 | |
| 129 | void RemoteManager::closeWhenFinished() |
| 130 | { |
nothing calls this directly
no test coverage detected