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

Method IsVersionMismatch

qrenderdoc/Code/Interface/RemoteHost.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228bool RemoteHost::IsVersionMismatch() const
229{
230 QMutexLocker autolock(&m_data->mutex);
231 return m_data->m_versionMismatch;
232}
233
234rdcstr RemoteHost::VersionMismatchError() const
235{

Callers 3

FillRemotesMenuMethod · 0.45
setRemoteHostMethod · 0.45
setRemoteServerLiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected