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

Method Connect

qrenderdoc/Code/Interface/RemoteHost.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132ResultDetails RemoteHost::Connect(IRemoteServer **server)
133{
134 QMutexLocker autolock(&m_data->mutex);
135 return RENDERDOC_CreateRemoteServerConnection(m_hostname, server);
136}
137
138void RemoteHost::SetConnected(bool connected)
139{

Callers 2

ConnectToRemoteServerMethod · 0.45
on_connect_clickedMethod · 0.45

Tested by

no test coverage detected