Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void RemoteHost::SetConnected(bool connected)
139
{
140
QMutexLocker autolock(&m_data->mutex);
141
m_data->m_connected = connected;
142
}
143
144
void RemoteHost::SetShutdown()
145
{
Callers
2
ConnectToRemoteServer
Method · 0.45
DisconnectFromRemoteServer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected