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

Method VersionMismatchError

qrenderdoc/Code/Interface/RemoteHost.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234rdcstr RemoteHost::VersionMismatchError() const
235{
236 QMutexLocker autolock(&m_data->mutex);
237 if(m_data->m_versionError.empty())
238 return "Version Mismatch";
239 return m_data->m_versionError;
240}
241
242rdcstr RemoteHost::FriendlyName() const
243{

Callers 3

FillRemotesMenuMethod · 0.45
setRemoteHostMethod · 0.45
setRemoteServerLiveMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected