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

Method SetConnected

qrenderdoc/Code/Interface/RemoteHost.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void RemoteHost::SetConnected(bool connected)
139{
140 QMutexLocker autolock(&m_data->mutex);
141 m_data->m_connected = connected;
142}
143
144void RemoteHost::SetShutdown()
145{

Callers 2

ConnectToRemoteServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected