| 420 | } |
| 421 | |
| 422 | void RemoteManager::on_hosts_itemActivated(RDTreeWidgetItem *item, int column) |
| 423 | { |
| 424 | RemoteConnect connect = getRemoteConnect(item); |
| 425 | if(connect.ident > 0) |
| 426 | connectToApp(item); |
| 427 | } |
| 428 | |
| 429 | void RemoteManager::on_hosts_itemSelectionChanged() |
| 430 | { |
nothing calls this directly
no test coverage detected