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

Method ShutdownServer

qrenderdoc/Code/ReplayManager.cpp:368–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void ReplayManager::ShutdownServer()
369{
370 m_RemoteHost.SetShutdown();
371
372 if(m_Remote)
373 {
374 QMutexLocker autolock(&m_RemoteLock);
375 m_Remote->ShutdownServerAndConnection();
376 }
377
378 m_Remote = NULL;
379}
380
381void ReplayManager::PingRemote()
382{

Callers 1

on_connect_clickedMethod · 0.80

Calls 2

SetShutdownMethod · 0.45

Tested by

no test coverage detected