MCPcopy Create free account
hub / github.com/baldurk/renderdoc / on_hosts_itemActivated

Method on_hosts_itemActivated

qrenderdoc/Windows/Dialogs/RemoteManager.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getRemoteConnectFunction · 0.85

Tested by

no test coverage detected