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

Method SetShutdown

qrenderdoc/Code/Interface/RemoteHost.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void RemoteHost::SetShutdown()
145{
146 QMutexLocker autolock(&m_data->mutex);
147 m_data->m_connected = false;
148 m_data->m_serverRunning = false;
149 m_data->m_busy = false;
150}
151
152void RemoteHost::UpdateStatus(ResultDetails result)
153{

Callers 3

ShutdownServerMethod · 0.45
PingRemoteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected